Comply with the XDG protocol in the README

This commit is contained in:
Gianluca Recchia 2020-05-03 14:43:50 +02:00
parent 54d837fa54
commit c3511c9c51
No known key found for this signature in database
GPG Key ID: 3C2B4128D9A1F218

View File

@ -59,8 +59,8 @@ $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 \ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/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'
``` ```
###### Windows (PowerShell) ###### Windows (PowerShell)
@ -308,4 +308,3 @@ The commands with `!` suffix ensure that all steps are run unconditionally.
### License ### License
MIT MIT