Skip to content
Snippets Groups Projects
Commit 0f474d54 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Note on upgrade

parent c4d59aee
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,16 @@ Or you can have [vim-plug](https://github.com/junegunn/vim-plug) manage fzf
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': 'yes \| ./install' }
```
#### Upgrading fzf
fzf is being actively developed and you might want to upgrade it once in a
while. Please follow the instruction below depending on the installation
method.
- git: `cd ~/.fzf && git pull && ./install`
- brew: `brew update && brew upgrade fzf && $(brew info fzf | grep /install)`
- vim-plug: `:PlugUpdate fzf`
Usage
-----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment