From 3214be2f9e73cdddd07d5505f606890dc1c71c13 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 26 Mar 2026 07:31:47 +0000 Subject: [PATCH] fix: update install URLs to mjjtop.com --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d89ff86..97490b9 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Real-time monitoring dashboard for [OpenClaw](https://github.com/openclaw/opencl ### 1. Deploy Server (Docker) ```bash -curl -fsSL https://cdn.jsdelivr.net/gh/xmg0828888/oc-monitor/install.sh | bash +bash <(curl -sL mjjtop.com/oc-install) ``` This will: @@ -35,7 +35,7 @@ This will: After server is running, install the agent on each OpenClaw node: ```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 \ -t YOUR_AUTH_TOKEN \ -n "Node Name"