README: brew trust step + sportsball example
1202a2e230247f2d67888be3c2e00b38c8e34207
kortum <git@kortum.world> · 2026-06-17 21:29
parent 8979b2ae
1 files changed
README.md +3 −2
@@ -4,8 +4,9 @@ Self-hosted [Homebrew](https://brew.sh) tap — install these tools without GitHub.
```sh
brew tap kortum/tap https://git.kortum.world/git/homebrew-tap.git
-brew install <formula>
+brew trust kortum/tap # recent Homebrew gates third-party taps
+brew install <formula> # e.g. sportsball
```
Formulas live in `Formula/` and build from source (`depends_on "go"`). Released
-via custard's `scripts/brew-release.sh`.
+via custard's `scripts/brew-release.sh`. Upgrade later with `brew update && brew upgrade <formula>`.