Update README: add Homebrew install
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user