19 lines
329 B
Markdown
19 lines
329 B
Markdown
# Lukas Tap
|
|
|
|
## How do I install these formulae?
|
|
|
|
`brew install lukas/tap/<formula>`
|
|
|
|
Or `brew tap lukas/tap` and then `brew install <formula>`.
|
|
|
|
Or, in a `brew bundle` `Brewfile`:
|
|
|
|
```ruby
|
|
tap "lukas/tap"
|
|
brew "<formula>"
|
|
```
|
|
|
|
## Documentation
|
|
|
|
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).
|