Browse Source

add Arch neovim installing script (#204)

seocamo 4 years ago
parent
commit
225266e1b3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -38,6 +38,10 @@ sudo make CMAKE_BUILD_TYPE=Release install
 cd ~
 sudo rm -r neovim
 ```
+or if you are on Arch you can get it from the AUR
+```bash
+yay -S neovim-nightly-git
+```
 
 ## VSCode support