Add setup.ps1 for portable setup in Windows

This commit is contained in:
Skandhas5
2026-03-22 16:49:02 +08:00
parent fc9e20125d
commit ecc03ab859
2 changed files with 241 additions and 1 deletions

View File

@@ -45,7 +45,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