Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow install via homebrew #114

Open
ccoVeille opened this issue Apr 15, 2024 · 1 comment
Open

Allow install via homebrew #114

ccoVeille opened this issue Apr 15, 2024 · 1 comment

Comments

@ccoVeille
Copy link
Contributor

Having an homebrew tap is a good way to make your tool available for people who don't have/want to build it via go install.

https://github.com/Homebrew/brew/blob/master/docs/How-to-Create-and-Maintain-a-Tap.md

Howbrew also helps people to get the last version of the tool. While go install is one shot thing.

I tend to install all my golang tool with homebrew, so I'm notified when they are updated.

You are already using goreleaser, you could configure an homebrew tap and update it via goreleaser

https://goreleaser.com/customization/homebrew/#homebrew-taps

@mfridman
Copy link
Owner

Not a bad idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants