Skip to content

Commit

Permalink
Merge pull request #17256 from jasonkarns/patch-1
Browse files Browse the repository at this point in the history
dev-cmd/tap-new: add Brewfile documentation to readme template
  • Loading branch information
MikeMcQuaid committed May 9, 2024
2 parents 6a2a345 + e40c3e2 commit c1c4f45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Library/Homebrew/dev-cmd/tap-new.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ def run
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).
Expand Down

0 comments on commit c1c4f45

Please sign in to comment.