Merge pull request #17256 from jasonkarns/patch-1
dev-cmd/tap-new: add Brewfile documentation to readme template
This commit is contained in:
commit
c1c4f4509b
@ -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).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user