diff options
author | Jason Brunelle <[email protected]> | 2021-02-09 00:41:27 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-09 01:41:27 -0500 |
commit | fdf6216d1ab41cc1a3b1f19fbb9966379d203558 (patch) | |
tree | c8b4f4a1a113ade3035a5b522c37b7043f421b46 | |
parent | 4613860a32f14c92b0076a630e13c327292fe1de (diff) |
Change download URL of nvim appimage and change curl commandline args to save properly. (#110)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvim/master/ - Ubuntu ``` - curl -l https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage > /tmp/nvim.appimage + curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage -o /tmp/nvim.appimage sudo mv /tmp/nvim.appimage /usr/local/bin/nvim |