We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931ec5c commit 9f5176fCopy full SHA for 9f5176f
README.md
@@ -199,11 +199,13 @@ sudo apt install make gcc ripgrep unzip git neovim
199
200
```
201
sudo apt update
202
-sudo apt install make gcc ripgrep unzip git
+sudo apt install make gcc ripgrep unzip git curl
203
204
# Now we install nvim
205
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz
206
-sudo rm -rf /opt/nvim
+sudo rm -rf /opt/nvim-linux64
207
+sudo mkdir -p /opt/nvim-linux64
208
+sudo chmod a+rX /opt/nvim-linux64
209
sudo tar -C /opt -xzf nvim-linux64.tar.gz
210
211
# make it available in /usr/local/bin, distro installs to /usr/bin
0 commit comments