brew install avianlabs/tap/<formula>
Or brew tap avianlabs/tap
and then brew install <formula>
.
Or, in a brew bundle
Brewfile
:
tap "avianlabs/tap"
brew "<formula>"
brew help
, man brew
or check Homebrew's documentation.
When a pull request making changes to a formula (or formulae) becomes green
(all checks passed), then you can publish the built bottles.
To do so, label your PR as pr-pull
and the workflow will be triggered.