summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-03-18 02:19:05 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-03-18 02:19:05 +0900
commitd80a41bb6d1a507d65885d553a30d4e7dc7d0453 (patch)
tree124e08126e3d3e7ec9d4104a175f1092c206ef27
parent2bebd5cdb44cfa28e015fce2591d5af7733a9fdb (diff)
downloadfzf-d80a41bb6d1a507d65885d553a30d4e7dc7d0453.tar.gz
Update README
Use --depth option to avoid pulling devel branches
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f7f001aa..65d5d443 100644
--- a/README.md
+++ b/README.md
@@ -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
```