19 lines
402 B
Markdown
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).
|