summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Brunelle <[email protected]>2021-02-09 00:41:27 -0600
committerGitHub <[email protected]>2021-02-09 01:41:27 -0500
commitfdf6216d1ab41cc1a3b1f19fbb9966379d203558 (patch)
treec8b4f4a1a113ade3035a5b522c37b7043f421b46
parent4613860a32f14c92b0076a630e13c327292fe1de (diff)
Change download URL of nvim appimage and change curl commandline args to save properly. (#110)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3547bddb..4760e6bf 100644
--- a/README.md
+++ b/README.md
@@ -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