From 84a7a5bb1819af1ce2583cd5ee4d6bc662e56656 Mon Sep 17 00:00:00 2001 From: starry <115192496+sky22333@users.noreply.github.com> Date: Thu, 29 Jan 2026 15:35:21 +0800 Subject: [PATCH] Update README.md --- moltbot/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/moltbot/README.md b/moltbot/README.md index 4dd0c75..8df9b8a 100644 --- a/moltbot/README.md +++ b/moltbot/README.md @@ -5,9 +5,11 @@ bash <(curl -sSL https://raw.githubusercontent.com/sky22333/shell/main/moltbot/install.sh) ``` -### windows 安装脚本 +### windows 脚本 直接下载使用编译好的二进制文件:https://github.com/sky22333/shell/raw/main/moltbot/installer/installer.exe +下载后双击运行 + 如果你选择跳过设置TG机器人,启动后可以访问ClawdBot内置的Web面板进行对话: ``` http://127.0.0.1:18789 @@ -29,4 +31,4 @@ go mod tidy 4:编译 ``` go build -o installer.exe . -``` \ No newline at end of file +```