diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-03-11 15:07:34 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-03-11 15:07:34 +0900 |
| commit | 0f474d541dd08d5a0664ab52ffa5019bde0e5d7d (patch) | |
| tree | dbb4c05c8edbaac9e0bd8b4b151b602afe67e71d | |
| parent | c4d59aeec44a0d94e29788a7a6ebd036d6b48409 (diff) | |
| download | fzf-0f474d541dd08d5a0664ab52ffa5019bde0e5d7d.tar.gz | |
Note on upgrade
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 ----- |
