mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-22 12:55:17 +00:00
Note on upgrade
This commit is contained in:
parent
c4d59aeec4
commit
0f474d541d
10
README.md
10
README.md
@ -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
|
||||
-----
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user