Update README: add Homebrew install

This commit is contained in:
Adam Ladachowski
2026-04-05 19:58:52 +02:00
parent 6242eaf31c
commit 80db67ca8e
+10 -1
View File
@@ -16,7 +16,16 @@
Headless browser automation via MCP using Playwright WebKit. Headless browser automation via MCP using Playwright WebKit.
</p> </p>
## Installation ## Install
### Homebrew (macOS / Linux)
```bash
brew install saiden-dev/tap/browse
npx playwright install webkit
```
### npm
```bash ```bash
npm install @saiden/browse npm install @saiden/browse