From 129b09b62a452079a1abd626c60bd760a78b6d55 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 25 Apr 2016 17:40:06 +0900 Subject: [PATCH] Update installation instruction --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 35f4cea..08e27a7 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' } Plug 'junegunn/fzf.vim' ``` +- `dir` option is not mandatory - Use `./install --bin` instead if you don't need fzf outside of Vim - Make sure to use Vim 7.4 or above