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

This commit is contained in:
Damjan 9000 2024-04-20 19:14:24 +02:00 committed by GitHub
parent 931ec5c226
commit 9f5176fc2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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