fix brew install command to include --cask flag (#56)

The tap distributes kage as a Cask (prebuilt binary), not a Formula,
so brew needs --cask to find it. Without the flag brew errors out with
"No available formula or cask with the name kage".
This commit is contained in:
Tam Nguyen Duc
2026-06-21 10:31:34 +07:00
committed by GitHub
parent 1e59c10e6f
commit 28d08ade88
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ Prefer a prebuilt binary? Grab an archive, a `.deb`/`.rpm`/`.apk`, or a checksum
```bash
# Homebrew (macOS)
brew install tamnd/tap/kage
brew install --cask tamnd/tap/kage
# Scoop (Windows)
scoop bucket add tamnd https://github.com/tamnd/scoop-bucket
+1 -1
View File
@@ -15,7 +15,7 @@ go install github.com/tamnd/kage/cmd/kage@latest
## Homebrew (macOS)
```bash
brew install tamnd/tap/kage
brew install --cask tamnd/tap/kage
```
The cask installs the prebuilt macOS binary. On Linux, use the packages below or