Skip to content

Commit 4b1f6aa

Browse files
committed
docs: add Homebrew installation instructions
Add instructions for installing Probitas CLI via the official Homebrew tap (jsr-probitas/tap) as an alternative to shell installer and Nix.
1 parent 85debbc commit 4b1f6aa

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

docs/overview.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,21 @@ curl -fsSL https://raw.githubusercontent.com/jsr-probitas/cli/main/install.sh |
3636
curl -fsSL https://raw.githubusercontent.com/jsr-probitas/cli/main/install.sh | PROBITAS_INSTALL_DIR=/usr/local/bin bash
3737
```
3838

39+
### Using Homebrew (macOS/Linux)
40+
41+
Install via the official Homebrew tap:
42+
43+
```bash
44+
# Add the tap and install
45+
brew tap jsr-probitas/tap
46+
brew install probitas
47+
48+
# Or install directly
49+
brew install jsr-probitas/tap/probitas
50+
```
51+
52+
Deno is installed automatically as a dependency.
53+
3954
### Using Nix
4055

4156
Use the flake to run or install the CLI:

0 commit comments

Comments
 (0)