Merge pull request #1815 from manad777/patch-1

README: update instructions to reduce download size.
This commit is contained in:
LCD 047 2016-07-16 07:24:29 +03:00 committed by GitHub
commit 8ab7705b21

View File

@ -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