diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-03-18 02:19:05 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-03-18 02:19:05 +0900 |
| commit | d80a41bb6d1a507d65885d553a30d4e7dc7d0453 (patch) | |
| tree | 124e08126e3d3e7ec9d4104a175f1092c206ef27 | |
| parent | 2bebd5cdb44cfa28e015fce2591d5af7733a9fdb (diff) | |
| download | fzf-d80a41bb6d1a507d65885d553a30d4e7dc7d0453.tar.gz | |
Update README
Use --depth option to avoid pulling devel branches
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |
