summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris <[email protected]>2021-02-15 01:34:49 -0500
committerChris <[email protected]>2021-02-15 01:34:49 -0500
commitb20b925e7f053ddc2fa535176a12a07fb47b8599 (patch)
treefb0c993ac82e9c87e93826ecf4a1b93a83d9a820 /README.md
parentb3e9993ed819ce47126e185a0a2c76f2482ef66d (diff)
parentdc98e51bb81afa9f79d1e29da98bfd447b63f666 (diff)
Merge branch 'master' of github.com:ChristianChiarulli/nvim
Diffstat (limited to 'README.md')
-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