Skip to content

Commit c081593

Browse files
committed
docs: brew/scoop are live — lead the install section with them
1 parent 409f881 commit c081593

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,28 @@
3232

3333
# 📦 Installation
3434

35-
### With Go
35+
### Homebrew (macOS / Linux)
36+
37+
```bash
38+
brew install spoo-me/tap/spoo
39+
```
40+
41+
### Scoop (Windows)
42+
43+
```powershell
44+
scoop bucket add spoo-me https://github.com/spoo-me/scoop-bucket
45+
scoop install spoo
46+
```
47+
48+
### Go
3649

3750
```bash
3851
go install github.com/spoo-me/spoo-cli/cmd/spoo@latest
3952
```
4053

41-
### Prebuilt binary
54+
### Binary & Linux packages
4255

43-
Grab a binary for macOS, Linux, or Windows from the [releases page](https://github.com/spoo-me/spoo-cli/releases). Homebrew and Scoop packages land with the first tagged release.
56+
Grab a binary for macOS, Linux, or Windows — or a `.deb`, `.rpm`, or `.apk` package — from the [releases page](https://github.com/spoo-me/spoo-cli/releases).
4457

4558
> [!TIP]
4659
> Point the CLI at a self-hosted instance any time with `export SPOO_API_URL=http://localhost:8000`.

0 commit comments

Comments
 (0)