From 9be9a4b178eb878b8569fe7ff7a09d7e87a3d719 Mon Sep 17 00:00:00 2001 From: tamnd <1218621+tamnd@users.noreply.github.com> Date: Sun, 21 Jun 2026 10:30:02 +0700 Subject: [PATCH] fix brew install command to include --cask flag 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". --- README.md | 2 +- docs/content/getting-started/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f2f974..d6d0dc3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/content/getting-started/installation.md b/docs/content/getting-started/installation.md index 5654f26..6152047 100644 --- a/docs/content/getting-started/installation.md +++ b/docs/content/getting-started/installation.md @@ -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