We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ec24c commit 101b7baCopy full SHA for 101b7ba
1 file changed
probe_agent/README.md
@@ -26,21 +26,21 @@ Both are required. The agent alone does nothing without the CLI to drive it.
26
The `probe` CLI is a Go binary. Install via one of:
27
28
```bash
29
-# Option A: Homebrew (macOS + Linux)
+# Option A: Homebrew (macOS + Linux — recommended)
30
brew tap AlphaWaveSystems/tap
31
brew install probe
32
33
-# Option B: Go install
+# Option B: Go install (requires Go 1.26+)
34
go install github.com/AlphaWaveSystems/flutter-probe/cmd/probe@latest
35
36
-# Option C: Download from GitHub Releases
+# Option C: Download from GitHub Releases (all platforms)
37
# https://github.com/AlphaWaveSystems/flutter-probe/releases/latest
38
```
39
40
Verify:
41
42
43
-probe --version
+probe version
44
45
46
## Step 2: Add the Agent to Your App
0 commit comments