Update README with plugin install/update commands
This commit is contained in:
@@ -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`)
|
||||||
|
|||||||
Reference in New Issue
Block a user