summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-11-04 03:13:22 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-11-04 03:13:22 +0900
commit14f0d2035e0268f7d702432f25505695af81d7fa (patch)
tree8ef83b002bfedee0c4cde08177e4104718335aa4 /README.md
parent64afff6b9adf366e020fa0f9836154585dae8523 (diff)
Update Homebrew instructions
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 9d0945e4..44b5b6af 100644
--- a/README.md
+++ b/README.md
@@ -50,10 +50,10 @@ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
On OS X, you can use [Homebrew](http://brew.sh/) to install fzf.
```sh
-brew reinstall --HEAD fzf
+brew install fzf
# Install shell extensions
-/usr/local/Cellar/fzf/HEAD/install
+/usr/local/opt/fzf/install
```
#### Install as Vim plugin
@@ -78,7 +78,7 @@ while. Please follow the instruction below depending on the installation
method.
- git: `cd ~/.fzf && git pull && ./install`
-- brew: `brew reinstall --HEAD fzf`
+- brew: `brew update; brew reinstall fzf`
- vim-plug: `:PlugUpdate fzf`
Usage