浏览代码

update readme

Chris 4 年之前
父节点
当前提交
5a10354f11
共有 1 个文件被更改,包括 4 次插入4 次删除
  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 neovim
 
 
   brew install --HEAD neovim # Latest
   brew install --HEAD neovim # Latest
+
+  brew upgrade neovim --fetch-HEAD # Sometimes you need to update
   ```
   ```
 
 
 - Ubuntu
 - Ubuntu
 
 
   ```
   ```
-  sudo apt install neovim
+  sudo apt install neovim # This may not provide the newest version
   ```
   ```
 
 
 - Arch
 - Arch
 
 
   ```
   ```
-  sudo pacman -S neovim
-
-  yay -S neovim-git # Latest
+  yay -S neovim-nightly-git # Latest
   ```
   ```
 
 
 ## Clone this repo into your config
 ## Clone this repo into your config