Skip to content

docs: add Homebrew install instructions and formula setup#865

Merged
zeevdr merged 2 commits into
mainfrom
feat/20-homebrew-formula
Jun 5, 2026
Merged

docs: add Homebrew install instructions and formula setup#865
zeevdr merged 2 commits into
mainfrom
feat/20-homebrew-formula

Conversation

@zeevdr
Copy link
Copy Markdown
Member

@zeevdr zeevdr commented Jun 4, 2026

Summary

  • The decree CLI had no Homebrew install path; users had to use go install or build from source.
  • goreleaser.yaml already configured to auto-push to opendecree/homebrew-tap on release; created initial formula stub in the tap repo (PR Webhook notifications for config changes #1 in opendecree/homebrew-tap) with real checksums from v0.11.0-alpha.1.
  • Updated docs/getting-started.md to list Homebrew as the primary install method above go install.

Test plan

  • brew tap opendecree/tap && brew install decree works on macOS
  • Formula in homebrew-tap matches goreleaser-generated output
  • docs/getting-started.md shows brew install instructions

Closes #20

Adds brew tap opendecree/tap + brew install decree as the primary
install method in getting-started.md, ahead of go install.

The formula lives at opendecree/homebrew-tap and is auto-updated by
goreleaser on each decree release.

Closes #20
@zeevdr zeevdr added docs Documentation size: L Larger effort — multiple days, design decisions needed priority: P2 Nice-to-have labels Jun 4, 2026
@zeevdr zeevdr merged commit 1bab8ee into main Jun 5, 2026
19 checks passed
@zeevdr zeevdr deleted the feat/20-homebrew-formula branch June 5, 2026 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation priority: P2 Nice-to-have size: L Larger effort — multiple days, design decisions needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Homebrew formula

1 participant