Skip to content

Commit ec35854

Browse files
committed
docs: simplify update instructions
1 parent db599c1 commit ec35854

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -469,21 +469,12 @@ lsof -i :8402
469469

470470
### How to Update ClawRouter
471471

472-
**Recommended:** Run the reinstall script (handles everything automatically):
473-
474472
```bash
475473
curl -fsSL https://raw.githubusercontent.com/BlockRunAI/ClawRouter/main/scripts/reinstall.sh | bash
474+
openclaw gateway restart
476475
```
477476

478-
**Manual update:** If you prefer manual steps or the script fails:
479-
480-
```bash
481-
# Remove old plugin and reinstall
482-
rm -rf ~/.openclaw/extensions/clawrouter
483-
openclaw plugins install @blockrun/clawrouter
484-
```
485-
486-
**Note:** OpenClaw doesn't auto-update plugins. You must reinstall to get new versions.
477+
This removes the old version, installs the latest, and restarts the gateway.
487478

488479
### Verify Routing is Working
489480

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockrun/clawrouter",
3-
"version": "0.3.22",
3+
"version": "0.3.23",
44
"description": "Smart LLM router — save 78% on inference costs. 30+ models, one wallet, x402 micropayments.",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)