Skip to content

Commit

Permalink
Comply with the XDG protocol in the README (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianluca Recchia committed May 6, 2020
1 parent 8846bc6 commit 71c41fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ $uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
###### Unix, Linux

```sh
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
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'
```

###### Linux (Flatpak)
Expand Down Expand Up @@ -315,4 +315,3 @@ The commands with `!` suffix ensure that all steps are run unconditionally.
### License

MIT

0 comments on commit 71c41fc

Please sign in to comment.