diff options
| author | Chris <[email protected]> | 2020-10-29 11:09:31 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2020-10-29 11:09:31 -0400 | 
| commit | 5a10354f11886345aec87546ab4b35acc23c3f10 (patch) | |
| tree | 088b1d602ad9ceff6a25daf924da3f6420c6f0d5 /README.md | |
| parent | 267b7e9cf4d870aa02bbb576e2b0ff7b27c8bdbe (diff) | |
update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 | 
1 files changed, 4 insertions, 4 deletions
| @@ -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 | 
