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