Explorar el Código

Change download URL of nvim appimage and change curl commandline args to save properly. (#110)

Jason Brunelle hace 4 años
padre
commit
fdf6216d1a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
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