You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,16 @@ The **ProbeAgent** is a Dart package you add to your Flutter app as a dev depend
59
59
60
60
## Installation
61
61
62
-
### Option A — Download pre-built binary (recommended for CI/CD)
62
+
### Option A — Homebrew (macOS + Linux, recommended)
63
+
64
+
```bash
65
+
brew tap AlphaWaveSystems/tap
66
+
brew install probe
67
+
```
68
+
69
+
Upgrades are handled automatically with `brew upgrade probe`.
70
+
71
+
### Option B — Download pre-built binary (recommended for CI/CD)
63
72
64
73
Pre-built binaries for Linux, macOS (Intel + Apple Silicon), and Windows are attached to every [GitHub Release](https://github.com/AlphaWaveSystems/flutter-probe/releases).
0 commit comments