From 9a567d0849ba0f07068caf21d5704fb469713459 Mon Sep 17 00:00:00 2001 From: codes-factory-of-bg Date: Wed, 22 Jul 2026 22:47:21 +0800 Subject: [PATCH] =?UTF-8?q?docs(readme):=20=E8=A1=A5=20Windows=20=E5=AE=8C?= =?UTF-8?q?=E6=95=B4=E6=AD=A5=E9=AA=A4=E4=B8=80=E8=A1=8C=EF=BC=88=E5=85=88?= =?UTF-8?q?=E8=A3=85=20Git=20Bash=20=E2=86=92=20=E5=86=8D=E8=B7=91=20irm?= =?UTF-8?q?=20|=20iex=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a435cf4a..9a0d9767 100644 --- a/README.md +++ b/README.md @@ -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)