Merge pull request #17256 from jasonkarns/patch-1

dev-cmd/tap-new: add Brewfile documentation to readme template
This commit is contained in:
Mike McQuaid 2024-05-09 19:24:14 +01:00 committed by GitHub
commit c1c4f4509b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,6 +57,13 @@ module Homebrew
Or `brew tap #{tap}` and then `brew install <formula>`.
Or, in a [`brew bundle`](https://github.com/Homebrew/homebrew-bundle) `Brewfile`:
```ruby
tap "#{tap}"
brew "<formula>"
```
## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).