From cbb008c938942b096ce4c09bc5867859fb7de50e Mon Sep 17 00:00:00 2001 From: nicolasbarra <47286193+nicolasbarra@users.noreply.github.com> Date: Thu, 7 Jan 2021 02:50:08 -0500 Subject: [PATCH] Update README to upgrade using brew upgrade (#2309) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00ed40a..ddfecb3 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ while. Please follow the instruction below depending on the installation method used. - git: `cd ~/.fzf && git pull && ./install` -- brew: `brew update; brew reinstall fzf` +- brew: `brew update; brew upgrade fzf` - macports: `sudo port upgrade fzf` - chocolatey: `choco upgrade fzf` - vim-plug: `:PlugUpdate fzf`