Skip to content

Commit

Permalink
Minor improvements of debian install instructions. Fixes nvim-lua#859 (
Browse files Browse the repository at this point in the history
  • Loading branch information
dam9000 authored and John Longanecker committed Jun 25, 2024
1 parent b3ce685 commit 0c9cacb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,13 @@ sudo apt install make gcc ripgrep unzip git neovim

```
sudo apt update
sudo apt install make gcc ripgrep unzip git
sudo apt install make gcc ripgrep unzip git curl
# Now we install nvim
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz
sudo rm -rf /opt/nvim
sudo rm -rf /opt/nvim-linux64
sudo mkdir -p /opt/nvim-linux64
sudo chmod a+rX /opt/nvim-linux64
sudo tar -C /opt -xzf nvim-linux64.tar.gz
# make it available in /usr/local/bin, distro installs to /usr/bin
Expand Down

0 comments on commit 0c9cacb

Please sign in to comment.