From e57ca6e89477e138d4f20e274a6cf589d622b6d1 Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Mon, 13 Apr 2026 11:04:00 +0100 Subject: [PATCH] Add Homebrew install instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b32bc46..48c2d7c 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ To let Claude Code run `brief` without prompting for approval each time, add thi ## Install +``` +brew install git-pkgs/git-pkgs/brief +``` + +Or with Go: + ``` go install github.com/git-pkgs/brief/cmd/brief@latest ```