Update installation instruction

This commit is contained in:
Junegunn Choi
2016-04-25 17:40:06 +09:00
parent c183c9daa9
commit 129b09b62a

View File

@@ -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