Update README

Use --depth option to avoid pulling devel branches
This commit is contained in:
Junegunn Choi 2015-03-18 02:19:05 +09:00
parent 2bebd5cdb4
commit d80a41bb6d

View File

@ -40,7 +40,7 @@ Clone this repository and run
[install](https://github.com/junegunn/fzf/blob/master/install) script.
```sh
git clone https://github.com/junegunn/fzf.git ~/.fzf
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
```