From 16203afc2dababf34e1737a6142654ee8f9bebd1 Mon Sep 17 00:00:00 2001 From: codes-factory-of-bg Date: Wed, 22 Jul 2026 23:13:36 +0800 Subject: [PATCH] =?UTF-8?q?docs(readme):=20=E8=B0=83=E8=AF=95=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E7=94=A8=20gateway=20run=EF=BC=88=E5=89=8D=E5=8F=B0?= =?UTF-8?q?=EF=BC=89=E9=9D=9E=20gateway=20start=EF=BC=88=E5=90=AF=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit gateway start/stop/restart 是走 launchd/systemd/schtasks 的服务管理命令, gateway run 才是前台单次启动(调试用)。原 README 把 gateway start 当成前台 调试命令,在 managed install 下会启服务而非前台跑,误导。 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a0d9767..73e05cfa 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ irm https://raw.githubusercontent.com/TeamWiseFlow/xiaobei/master/scripts/instal > 🖥️ **部署机器建议**:推荐用一台 **7×24 小时常开**的电脑部署,上面**不要放置个人隐私 / 机密文件**。若你希望在日常办公电脑上安装、且只在用时启动——可以期待我们即将推出的**官方 Docker 镜像**,具体可咨询掌柜。 -> **调试模式**(单次启动,适合测试):`~/xiaobei/bin/openclaw gateway start` +> **调试模式**(前台单次启动,适合测试,不走 launchd/systemd 服务):`~/xiaobei/bin/openclaw gateway run` > 排障见 [`docs/install-troubleshooting.md`](docs/install-troubleshooting.md)