Skip to content

Commit abdbfce

Browse files
authored
chore(docs): Update README.md (#1344)
Neovim has renamed the "linux64" binary to "linux-x86_64".
1 parent 5bdde24 commit abdbfce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,14 @@ sudo apt update
212212
sudo apt install make gcc ripgrep unzip git xclip curl
213213
214214
# Now we install nvim
215-
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz
216-
sudo rm -rf /opt/nvim-linux64
217-
sudo mkdir -p /opt/nvim-linux64
218-
sudo chmod a+rX /opt/nvim-linux64
219-
sudo tar -C /opt -xzf nvim-linux64.tar.gz
215+
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.tar.gz
216+
sudo rm -rf /opt/nvim-linux-x86_64
217+
sudo mkdir -p /opt/nvim-linux-x86_64
218+
sudo chmod a+rX /opt/nvim-linux-x86_64
219+
sudo tar -C /opt -xzf nvim-linux-x86_64.tar.gz
220220
221221
# make it available in /usr/local/bin, distro installs to /usr/bin
222-
sudo ln -sf /opt/nvim-linux64/bin/nvim /usr/local/bin/
222+
sudo ln -sf /opt/nvim-linux-x86_64/bin/nvim /usr/local/bin/
223223
```
224224
</details>
225225
<details><summary>Fedora Install Steps</summary>

0 commit comments

Comments
 (0)