Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 614 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 614 Bytes

Avianlabs Tap

How do I install these formulae?

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>"

Documentation

brew help, man brew or check Homebrew's documentation.

Bottles

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.