From 14f0d2035e0268f7d702432f25505695af81d7fa Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 4 Nov 2015 03:13:22 +0900 Subject: [PATCH] Update Homebrew instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d0945e..44b5b6a 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