Files
homebrew-taps/README.md
T

19 lines
397 B
Markdown

# Lukaszraczylo Brew-taps
## How do I install these formulae?
`brew install lukaszraczylo/homebrew-taps/<formula>`
Or `brew tap lukaszraczylo/homebrew-taps` and then `brew install <formula>`.
Or, in a `brew bundle` `Brewfile`:
```ruby
tap "lukaszraczylo/homebrew-taps"
brew "<formula>"
```
## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).