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:
parent
9bf7734749
commit
1f1a8b6c11
@ -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).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user