Files
homebrew-formula/README.md
Michael Housh 6c2e40629e
Some checks failed
brew test-bot / test-bot (ubuntu-22.04) (push) Failing after 6s
brew test-bot / test-bot (macos-13) (push) Has been cancelled
brew test-bot / test-bot (macos-15) (push) Has been cancelled
feat: Updates readme.
2024-12-17 17:02:00 -05:00

19 lines
402 B
Markdown

# Michael Swift-hpa
## How do I install these formulae?
`brew install michael/formula/<formula>`
Or `brew tap michael/formula` and then `brew install <formula>`.
Or, in a [`brew bundle`](https://github.com/Homebrew/homebrew-bundle) `Brewfile`:
```ruby
tap "michael/formula"
brew "<formula>"
```
## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).