Skip to content
Merged
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
8 changes: 4 additions & 4 deletions probe_agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ Both are required. The agent alone does nothing without the CLI to drive it.
The `probe` CLI is a Go binary. Install via one of:

```bash
# Option A: Homebrew (macOS + Linux)
# Option A: Homebrew (macOS + Linux — recommended)
brew tap AlphaWaveSystems/tap
brew install probe

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

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

Verify:

```bash
probe --version
probe version
```

## Step 2: Add the Agent to Your App
Expand Down
Loading