doc: Add different prefix for Homebrew on Apple Silicon (#3396)

Follow-up to d42e708d31.

Fixes #3095.
This commit is contained in:
Nikita Kouevda
2023-08-12 07:29:00 -07:00
committed by GitHub
parent 84a9c2c112
commit 9ec3f03871
2 changed files with 10 additions and 1 deletions

View File

@@ -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'
```