diff options
author | Chris <[email protected]> | 2020-11-11 10:48:42 -0500 |
---|---|---|
committer | Chris <[email protected]> | 2020-11-11 10:48:42 -0500 |
commit | 5f1aea3723e170ed0c43d375807ce22f4c686c59 (patch) | |
tree | 359d42e962616fcaaa5e7fe8bbb3659945151a1b | |
parent | f37c1626291a25aadb64650f1293b0a01d0729b5 (diff) |
upate readme
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -17,9 +17,7 @@ bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvim/master/ - Mac ``` - brew install neovim - - brew install --HEAD neovim # Latest + brew install --HEAD neovim # Nightly version brew upgrade neovim --fetch-HEAD # Sometimes you need to update ``` @@ -27,7 +25,11 @@ bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvim/master/ - Ubuntu ``` - sudo apt install neovim # This may not provide the newest version + curl -l https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage > /tmp/nvim.appimage + + sudo mv /tmp/nvim.appimage /usr/local/bin/nvim + + chmod +x /usr/local/nvim ``` - Arch |