-
Notifications
You must be signed in to change notification settings - Fork 669
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
docs: include Homebrew installation instructions #1410
docs: include Homebrew installation instructions #1410
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @EbonyLouis
4327e87
to
f24916b
Compare
I resolved the conflict and this is ready to merge (if you want)! |
|
||
</div> | ||
<h3>Option 2: Install via Homebrew</h3> | ||
Homebrew downloads the [same app](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/b/block-goose.rb) but can take care of updates too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is hardcoded to v.1.0.11. can it be set to download the latest stable release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Homebrew maintainers regularly check for updates, so we basically already have that behavior. You can see their progress here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the script that bumps the version runs every ~3 hours. You can see this project on the auto-bump here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
waiting on info about homebrew before merging...
thank you very much for the contribution! 🙏🏽 |
Relates to #1368