Update README - curl --create-dirs
This commit is contained in:
parent
4539bb8fb3
commit
61f010ffad
1 changed files with 1 additions and 2 deletions
|
@ -28,8 +28,7 @@ A minimalist Vim plugin manager.
|
||||||
and put it in ~/.vim/autoload
|
and put it in ~/.vim/autoload
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
mkdir -p ~/.vim/autoload
|
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||||
curl -fLo ~/.vim/autoload/plug.vim \
|
|
||||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue