diff options
| author | Nikita Kouevda <nkouevda@gmail.com> | 2023-08-12 07:29:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-12 23:29:00 +0900 |
| commit | 9ec3f0387175c6993841c69a230414f8fef00e51 (patch) | |
| tree | ef99fecc26746fef7eb82d7d5ffe791d993052b0 /README-VIM.md | |
| parent | 84a9c2c1122470b0b67b8e20e074704539bc1fc4 (diff) | |
| download | fzf-9ec3f0387175c6993841c69a230414f8fef00e51.tar.gz | |
doc: Add different prefix for Homebrew on Apple Silicon (#3396)
Follow-up to d42e708d3140aab099b30014a9cbebafb8b66692.
Fixes #3095.
Diffstat (limited to 'README-VIM.md')
| -rw-r--r-- | README-VIM.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README-VIM.md b/README-VIM.md index a396b611..f3247bac 100644 --- a/README-VIM.md +++ b/README-VIM.md @@ -26,6 +26,9 @@ written as: " If installed using Homebrew Plug '/usr/local/opt/fzf' +" If installed using Homebrew on Apple Silicon +Plug '/opt/homebrew/opt/fzf' + " If you have cloned fzf on ~/.fzf directory Plug '~/.fzf' ``` |
