docs: clarify Windows setup options (setup.bat / setup.ps1) in README

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hfshfg
2026-04-04 21:25:27 +08:00
parent c0ea59e16f
commit 974a59d3ba

View File

@@ -53,7 +53,8 @@ irm https://u-claw.org/install.ps1 | iex
git clone https://github.com/dongsheng123132/u-claw.git
# 2. 补齐大依赖Node.js + OpenClaw国内镜像约 1 分钟)
cd u-claw/portable && bash setup.sh # Windows可用setup.ps1
cd u-claw/portable && bash setup.sh # Mac / Linux
# Windows 用户:双击 setup.bat或 PowerShell 中运行 setup.ps1
# 3. 拷贝到 U 盘
cp -R portable/ /Volumes/你的U盘/U-Claw/ # Mac
@@ -251,7 +252,8 @@ See [`install/README.md`](install/README.md) for details.
git clone https://github.com/dongsheng123132/u-claw.git
# 2. Download dependencies (Node.js + OpenClaw, ~1 min)
cd u-claw/portable && bash setup.sh
cd u-claw/portable && bash setup.sh # Mac / Linux
# Windows: double-click setup.bat, or run setup.ps1 in PowerShell
# 3. Copy to USB drive
cp -R portable/ /Volumes/YOUR_USB/U-Claw/ # Mac