From 216eb8edf331f2d943379bce82459c392f95fa5c Mon Sep 17 00:00:00 2001 From: Adam Ladachowski Date: Wed, 11 Feb 2026 13:00:32 +0100 Subject: [PATCH] Update README with plugin install/update commands --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9c65d3e..32d295f 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,14 @@ browse -i --headed https://example.com Install as a Claude Code plugin for the best integration: ```bash -# Install from GitHub -claude plugin install github:saiden-dev/browse +# Add the saiden marketplace (one-time) +claude plugin marketplace add https://github.com/saiden-dev/claude-plugins -# Or load locally for development -claude --plugin-dir /path/to/claude-browse +# Install the plugin +claude plugin install browse@saiden + +# Update to latest version +claude plugin marketplace update saiden && claude plugin update browse@saiden ``` **Prerequisites:** Node.js 18+, Playwright WebKit (`npx playwright install webkit`)