summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-03-11 15:07:34 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-03-11 15:07:34 +0900
commit0f474d541dd08d5a0664ab52ffa5019bde0e5d7d (patch)
treedbb4c05c8edbaac9e0bd8b4b151b602afe67e71d /README.md
parentc4d59aeec44a0d94e29788a7a6ebd036d6b48409 (diff)
Note on upgrade
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 22fce29b..7cdb0de1 100644
--- a/README.md
+++ b/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
-----