Chris 4 lat temu
rodzic
commit
5a10354f11
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -20,20 +20,20 @@ bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvim/master/
   brew install neovim
 
   brew install --HEAD neovim # Latest
+
+  brew upgrade neovim --fetch-HEAD # Sometimes you need to update
   ```
 
 - Ubuntu
 
   ```
-  sudo apt install neovim
+  sudo apt install neovim # This may not provide the newest version
   ```
 
 - Arch
 
   ```
-  sudo pacman -S neovim
-
-  yay -S neovim-git # Latest
+  yay -S neovim-nightly-git # Latest
   ```
 
 ## Clone this repo into your config