Recommend running ./install --bin on update

This commit is contained in:
Junegunn Choi
2020-02-05 10:37:52 +09:00
parent ee08c8f949
commit 467c327788
2 changed files with 5 additions and 3 deletions

View File

@@ -41,11 +41,12 @@ repository][fzf-main], which means you need to **set up both "fzf" and
### Using [vim-plug](https://github.com/junegunn/vim-plug)
```vim
Plug 'junegunn/fzf'
Plug 'junegunn/fzf', { 'do': './install --bin' }
Plug 'junegunn/fzf.vim'
```
- Make sure to use Vim 7.4 or above
- The `do` option makes sure that you have the latest version of fzf binary
- If you have already installed fzf using [Homebrew](https://brew.sh/), and do
not wish to have another copy on your system, replace the first line with
`Plug '/usr/local/opt/fzf'`