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
|
||||
|
||||
```sh
|
||||
mkdir -p ~/.vim/autoload
|
||||
curl -fLo ~/.vim/autoload/plug.vim \
|
||||
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue