summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Power <[email protected]>2021-04-18 17:16:15 -0230
committerGitHub <[email protected]>2021-04-18 15:46:15 -0400
commit8da0d534d883d455f076bebbcb4299d7796534ec (patch)
treed93c9f6235add0a31c7fafad8b5838decc4b4368
parent0eeaa72729e594a8e17acc17381597ee1cf64e96 (diff)
Recommend neovim-git instead of neovim-nightly-git (#266)
Resolves #265
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7548eb04..8ecbda43 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ sudo rm -r neovim
```
or if you are on Arch you can get it from the AUR
```bash
-yay -S neovim-nightly-git
+yay -S neovim-git
```