Update README with plugin install/update commands

This commit is contained in:
Adam Ladachowski
2026-02-11 13:00:32 +01:00
parent ef11e7252b
commit 216eb8edf3
+7 -4
View File
@@ -42,11 +42,14 @@ browse -i --headed https://example.com
Install as a Claude Code plugin for the best integration: Install as a Claude Code plugin for the best integration:
```bash ```bash
# Install from GitHub # Add the saiden marketplace (one-time)
claude plugin install github:saiden-dev/browse claude plugin marketplace add https://github.com/saiden-dev/claude-plugins
# Or load locally for development # Install the plugin
claude --plugin-dir /path/to/claude-browse 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`) **Prerequisites:** Node.js 18+, Playwright WebKit (`npx playwright install webkit`)