Update installation instructions to reduce download size (4.3MB -> 300KB)
This commit is contained in:
parent
ddfa6a8835
commit
2efd9a63a9
@ -152,7 +152,7 @@ You now have pathogen installed and can put syntastic into `~/.vim/bundle` like
|
||||
this:
|
||||
```sh
|
||||
cd ~/.vim/bundle && \
|
||||
git clone https://github.com/scrooloose/syntastic.git
|
||||
git clone --depth=1 https://github.com/scrooloose/syntastic.git
|
||||
```
|
||||
Quit vim and start it back up to reload it, then type:
|
||||
```vim
|
||||
|
Loading…
x
Reference in New Issue
Block a user