From 5a10354f11886345aec87546ab4b35acc23c3f10 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 29 Oct 2020 11:09:31 -0400 Subject: update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3342fe17..cf3bcddc 100644 --- a/README.md +++ b/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 -- cgit v1.2.3