summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-02-18 00:22:17 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-02-18 00:22:17 +0900
commit95e5beb34e8baa324a3bee59e2705c3c942b5427 (patch)
tree8144b25af4f6a4d089ddf10b57cc0d9c8d79f39e /README.md
parente808151c287513c9aef35be339b10a2861115ade (diff)
Update Homebrew instruction
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 527d5d76..16cedbfa 100644
--- a/README.md
+++ b/README.md
@@ -51,8 +51,8 @@ On OS X, you can use [Homebrew](http://brew.sh/) to install fzf.
```sh
brew install fzf
-# Install shell extensions
-/usr/local/Cellar/fzf/0.9.2/install
+# Install shell extensions - this should be done whenever fzf is updated
+/usr/local/Cellar/fzf/$(fzf --version)/install
```
### Install as Vim plugin