From e8ad636ab0340290a7ebbc4cc0d6c609b6651246 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Wed, 3 May 2023 23:38:26 -0700 Subject: [PATCH] README: add `brew` instructions (#302) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6b5cf96..066ac8b 100644 --- a/README.md +++ b/README.md @@ -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 ```