Minor improvements of debian install instructions. Fixes #859 (#869)

pull/873/head
Damjan 9000 4 weeks ago committed by GitHub
parent 931ec5c226
commit 9f5176fc2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save