Add Brewfile documentation to tap-new readme template

It would be helpful for taps to document how they are to be used with `Brewfile`.

Adding documentation for formulae installation to the generated tap readme would help ensure that new taps have this helpful documentation in their repos from the start.
This commit is contained in:
Jason Karns 2024-05-08 14:20:51 -04:00 committed by GitHub
parent 9bf7734749
commit 1f1a8b6c11
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>`.
Optionally, 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).