From dd051f488c809a7254af60e40a92548b4ea5f26e Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 26 Mar 2026 07:33:20 +0000 Subject: [PATCH] fix: use /oc short link for agent install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97490b9..aa6aef1 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This will: After server is running, install the agent on each OpenClaw node: ```bash -bash <(curl -sL mjjtop.com/oc-agent) \ +bash <(curl -sL mjjtop.com/oc) \ -s http://YOUR_SERVER_IP:3800 \ -t YOUR_AUTH_TOKEN \ -n "Node Name"