From 41e02083353d277491daaaa9594cdfa062b77737 Mon Sep 17 00:00:00 2001 From: Robert Orzanna Date: Sun, 17 Sep 2017 10:12:20 +0200 Subject: [PATCH] Update Homebrew/Linuxbrew instructions (#1052) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c29026a..f7ebb739 100644 --- a/README.md +++ b/README.md @@ -91,8 +91,8 @@ Alternatively, you can use [Homebrew](http://brew.sh/) or ```sh brew install fzf -# Install shell extensions -/usr/local/opt/fzf/install +# To install useful key bindings and fuzzy completion: +$(brew --prefix)/opt/fzf/install ``` ### As Vim plugin