feat: add Windows setup.ps1 for portable

# Add Windows setup.ps1 for portable
This commit is contained in:
dongsheng123132
2026-04-04 21:21:57 +08:00
committed by GitHub
2 changed files with 241 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ 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
cd u-claw/portable && bash setup.sh # Windows可用setup.ps1
# 3. 拷贝到 U 盘
cp -R portable/ /Volumes/你的U盘/U-Claw/ # Mac