You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a homebrew formula would make it much simpler to install Box on MacOS. It would also help with keeping your local version up to date without any manual work (I often just run brew upgrade to upgrade all my packages).
What is required?
The formula needs to be in a separate repository (E.G humbug/homebrew-box) and contain a formula definition file. If you create the repository, I'll create a PR with the necessary files
Using brew to install box
Once the formula is added, then installing box would be as simple as
$ brew tap humbug/box
$ brew install box
Upgrading box to a newer version:
$ brew upgrade box
Keeping the formula up to date
Using the tap-release Github app, you can automatically publish an update to the formula each time a release is created. This means there is no extra maintenance to keep the formula up to date (I will also create a PR adding the config for the tap-release bot)
The text was updated successfully, but these errors were encountered:
Feature Request
Adding a homebrew formula would make it much simpler to install Box on MacOS. It would also help with keeping your local version up to date without any manual work (I often just run
brew upgrade
to upgrade all my packages).What is required?
The formula needs to be in a separate repository (E.G humbug/homebrew-box) and contain a formula definition file. If you create the repository, I'll create a PR with the necessary files
Using brew to install box
Once the formula is added, then installing box would be as simple as
Upgrading box to a newer version:
Keeping the formula up to date
Using the tap-release Github app, you can automatically publish an update to the formula each time a release is created. This means there is no extra maintenance to keep the formula up to date (I will also create a PR adding the config for the tap-release bot)
The text was updated successfully, but these errors were encountered: