feat: Updates readme.
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

This commit is contained in:
2024-12-17 17:02:00 -05:00
parent 3bb78a7728
commit 6c2e40629e

View File

@@ -2,14 +2,14 @@
## How do I install these formulae? ## How do I install these formulae?
`brew install michael/swift-hpa/<formula>` `brew install michael/formula/<formula>`
Or `brew tap michael/swift-hpa` and then `brew install <formula>`. Or `brew tap michael/formula` and then `brew install <formula>`.
Or, in a [`brew bundle`](https://github.com/Homebrew/homebrew-bundle) `Brewfile`: Or, in a [`brew bundle`](https://github.com/Homebrew/homebrew-bundle) `Brewfile`:
```ruby ```ruby
tap "michael/swift-hpa" tap "michael/formula"
brew "<formula>" brew "<formula>"
``` ```