Correct installation command in README

This commit is contained in:
Xinhu Liu 2018-12-03 21:17:32 +01:00
parent 734d9a11b5
commit 3ab9e4ed4c
No known key found for this signature in database
GPG Key ID: C7B6692BAC1A3071

View File

@ -59,7 +59,7 @@ $uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
###### Unix ###### Unix
```sh ```sh
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \ curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
``` ```