Skip to content

Commit 1f32931

Browse files
rneviusdribic
authored andcommitted
chore(docs): Update README.md (nvim-lua#1344)
Neovim has renamed the "linux64" binary to "linux-x86_64". Signed-off-by: Dejan Ribič <dejan.ribic@gmail.com>
1 parent 40c9d71 commit 1f32931

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
@@ -207,14 +207,14 @@ sudo apt update
207207
sudo apt install make gcc ripgrep unzip git xclip curl
208208
209209
# Now we install nvim
210-
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz
211-
sudo rm -rf /opt/nvim-linux64
212-
sudo mkdir -p /opt/nvim-linux64
213-
sudo chmod a+rX /opt/nvim-linux64
214-
sudo tar -C /opt -xzf nvim-linux64.tar.gz
210+
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.tar.gz
211+
sudo rm -rf /opt/nvim-linux-x86_64
212+
sudo mkdir -p /opt/nvim-linux-x86_64
213+
sudo chmod a+rX /opt/nvim-linux-x86_64
214+
sudo tar -C /opt -xzf nvim-linux-x86_64.tar.gz
215215
216216
# make it available in /usr/local/bin, distro installs to /usr/bin
217-
sudo ln -sf /opt/nvim-linux64/bin/nvim /usr/local/bin/
217+
sudo ln -sf /opt/nvim-linux-x86_64/bin/nvim /usr/local/bin/
218218
```
219219
</details>
220220
<details><summary>Fedora Install Steps</summary>

0 commit comments

Comments
 (0)