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