From d80a41bb6d1a507d65885d553a30d4e7dc7d0453 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 18 Mar 2015 02:19:05 +0900 Subject: [PATCH] Update README Use --depth option to avoid pulling devel branches --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7f001a..65d5d44 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 ```