chore: drop GitHub Actions + GoReleaser
917015445ab5dc1dcd7998dc355983287dd5807c
humdrum <me@humdrum.me> · 2026-06-17 22:40
parent 7d40bd82
chore: drop GitHub Actions + GoReleaser Releases are handled by the self-hosted Homebrew tap (custard brew-release.sh), so the GitHub-native CI + GoReleaser config are no longer needed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 files changed
README.md +8 −16
@@ -28,24 +28,16 @@ - **Six themes** — Flexoki / Uchu / Humdrum, light + dark.
## Install
-**Homebrew** (macOS / Linux):
-
-```bash
-brew install humdrum-tiv/tap/sportsball
-```
-
-**Go** (1.26+):
-
-```bash
-go install github.com/humdrum-tiv/sportsball@latest
-```
+ ```sh
+ brew tap humdrum/tap https://codex.humdrum.me/git/homebrew-tap.git
+ brew trust humdrum/tap # Homebrew gates third-party taps
+ brew install sportsball
+ ```
-**From source:**
+Upgrade later:
-```bash
-git clone https://github.com/humdrum-tiv/sportsball
-cd sportsball
-make install # builds + installs `sportsball` into $(go env GOPATH)/bin
+```sh
+brew update && brew upgrade sportsball
```
## Usage