Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ irm https://raw.githubusercontent.com/TeamWiseFlow/xiaobei/master/scripts/instal

> ⚠️ **Windows 必须装 bash**(Git Bash 或 WSL)。install.ps1 用 `tar`(Win10 1803+ 自带)解压 tarball,但 `setup-crew.sh` 是 bash 脚本,部署 crew workspace 离不开 bash。无 bash 时脚本会跳过 crew 模板部署并提示手动补跑——此时小贝团队起不来。装 Git Bash:https://git-scm.com (安装时勾选 "Add to PATH")。

> 完整步骤:先装 Git Bash(安装时勾选 "Add to PATH",让 bash 进 PowerShell 的 PATH)→ 再在 PowerShell 跑上面那条 `irm | iex`。

脚本自动完成(约 5-15 分钟,CI 已预构建引擎,用户侧只 `pnpm install --prod` 拉依赖 + 下 Firefox):

1. 检测 OS + arch → 选 tarball asset(linux-x64 / mac-arm64 / mac-x64 / win-x64)
Expand Down