Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/content/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down