mirror of
https://github.com/lukaszraczylo/homebrew-taps.git
synced 2026-06-08 23:40:36 +00:00
19 lines
397 B
Markdown
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).
|