Create lukaszraczylo/brew-taps tap

This commit is contained in:
2025-11-23 17:03:21 +00:00
commit 74679cd409
3 changed files with 108 additions and 0 deletions
+18
View File
@@ -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).