Skip to content

Commit 772c506

Browse files
rneviusDavidSalazar123
authored andcommitted
chore(docs): Update README.md (nvim-lua#1344)
Neovim has renamed the "linux64" binary to "linux-x86_64".
1 parent 773753c commit 772c506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ sudo chmod a+rX /opt/nvim-linux64
219219
sudo tar -C /opt -xzf nvim-linux64.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)