Skip to content

Commit 101b7ba

Browse files
authored
fix: pub.dev README — add recommended label to Homebrew, fix probe --version → probe version (#62)
1 parent 27ec24c commit 101b7ba

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

probe_agent/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ Both are required. The agent alone does nothing without the CLI to drive it.
2626
The `probe` CLI is a Go binary. Install via one of:
2727

2828
```bash
29-
# Option A: Homebrew (macOS + Linux)
29+
# Option A: Homebrew (macOS + Linux — recommended)
3030
brew tap AlphaWaveSystems/tap
3131
brew install probe
3232

33-
# Option B: Go install
33+
# Option B: Go install (requires Go 1.26+)
3434
go install github.com/AlphaWaveSystems/flutter-probe/cmd/probe@latest
3535

36-
# Option C: Download from GitHub Releases
36+
# Option C: Download from GitHub Releases (all platforms)
3737
# https://github.com/AlphaWaveSystems/flutter-probe/releases/latest
3838
```
3939

4040
Verify:
4141

4242
```bash
43-
probe --version
43+
probe version
4444
```
4545

4646
## Step 2: Add the Agent to Your App

0 commit comments

Comments
 (0)