summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-04-03 01:21:50 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-04-03 01:22:16 +0900
commitdd4d465305d613d81f9e9ed90f385a61a1b28398 (patch)
tree797724c64e7b497e4aae9461d6035f6f1a997c37 /README.md
parent467a22dd36be174c7fca0f73a545d6c5f66d5c5e (diff)
Update Homebrew instruction
Close #175
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b0707247..006ddc48 100644
--- a/README.md
+++ b/README.md
@@ -60,10 +60,10 @@ curl -L https://github.com/junegunn/fzf/archive/master.tar.gz |
On OS X, you can use [Homebrew](http://brew.sh/) to install fzf.
```sh
-brew install fzf
+brew reinstall --HEAD fzf
-# Install shell extensions - this should be done whenever fzf is updated
-$(brew info fzf | grep /install)
+# Install shell extensions
+/usr/local/Cellar/fzf/HEAD/install
```
#### Install as Vim plugin