From c926422310b96f6f0573f1b1ac442ea9e9df1d1a Mon Sep 17 00:00:00 2001 From: Patrick Bertsch Date: Thu, 2 Apr 2026 09:53:09 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20pub.dev=20README=20=E2=80=94=20add=20rec?= =?UTF-8?q?ommended=20label=20to=20Homebrew,=20fix=20probe=20--version=20?= =?UTF-8?q?=E2=86=92=20probe=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- probe_agent/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/probe_agent/README.md b/probe_agent/README.md index 0d3c792..496ee51 100644 --- a/probe_agent/README.md +++ b/probe_agent/README.md @@ -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