docs: add Homebrew installation instructions for macOS (#385)

This commit is contained in:
n33pm
2026-02-06 13:23:06 -06:00
committed by GitHub
parent 76c30690f5
commit 4d8097a56f
3 changed files with 18 additions and 1 deletions
+7
View File
@@ -11,6 +11,13 @@ npm install -g agent-browser
agent-browser install # Download Chromium
```
### Homebrew (macOS)
```bash
brew install agent-browser
agent-browser install # Download Chromium
```
### From Source
```bash