README: add brew instructions (#302)

This commit is contained in:
Patrick Linnane 2023-05-03 23:38:26 -07:00 committed by GitHub
parent adf4e7feb9
commit e8ad636ab0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,6 +53,9 @@ zinit load wfxr/forgit
# for oh-my-zsh
git clone https://github.com/wfxr/forgit.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/forgit
# for brew
brew install forgit
# manually
# Clone the repository and source it in your shell's rc file or put bin/git-forgit into your $PATH
```