From 0f474d541dd08d5a0664ab52ffa5019bde0e5d7d Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 11 Mar 2015 15:07:34 +0900 Subject: [PATCH] Note on upgrade --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 22fce29..7cdb0de 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 -----