fix: update install URLs to mjjtop.com

This commit is contained in:
2026-03-26 07:31:47 +00:00
parent 2e6b86381b
commit 3214be2f9e

View File

@@ -21,7 +21,7 @@ Real-time monitoring dashboard for [OpenClaw](https://github.com/openclaw/opencl
### 1. Deploy Server (Docker) ### 1. Deploy Server (Docker)
```bash ```bash
curl -fsSL https://cdn.jsdelivr.net/gh/xmg0828888/oc-monitor/install.sh | bash bash <(curl -sL mjjtop.com/oc-install)
``` ```
This will: This will:
@@ -35,7 +35,7 @@ This will:
After server is running, install the agent on each OpenClaw node: After server is running, install the agent on each OpenClaw node:
```bash ```bash
curl -fsSL https://cdn.jsdelivr.net/gh/xmg0828888/oc-monitor/install-agent.sh | bash -s -- \ bash <(curl -sL mjjtop.com/oc-agent) \
-s http://YOUR_SERVER_IP:3800 \ -s http://YOUR_SERVER_IP:3800 \
-t YOUR_AUTH_TOKEN \ -t YOUR_AUTH_TOKEN \
-n "Node Name" -n "Node Name"