diff --git a/README.md b/README.md index 6afc5aa..5c5888f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,16 @@ Headless browser automation via MCP using Playwright WebKit.

-## Installation +## Install + +### Homebrew (macOS / Linux) + +```bash +brew install saiden-dev/tap/browse +npx playwright install webkit +``` + +### npm ```bash npm install @saiden/browse