mirror of
https://github.com/lukaszraczylo/homebrew-taps.git
synced 2026-07-07 04:34:30 +00:00
Create lukaszraczylo/brew-taps tap
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Lukaszraczylo Brew-taps
|
||||
|
||||
## How do I install these formulae?
|
||||
|
||||
`brew install lukaszraczylo/brew-taps/<formula>`
|
||||
|
||||
Or `brew tap lukaszraczylo/brew-taps` and then `brew install <formula>`.
|
||||
|
||||
Or, in a `brew bundle` `Brewfile`:
|
||||
|
||||
```ruby
|
||||
tap "lukaszraczylo/brew-taps"
|
||||
brew "<formula>"
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).
|
||||
Reference in New Issue
Block a user