From 80db67ca8e037085c40e20381f81cb54796ed540 Mon Sep 17 00:00:00 2001 From: Adam Ladachowski Date: Sun, 5 Apr 2026 19:58:52 +0200 Subject: [PATCH] Update README: add Homebrew install --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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