From 723997dc256f6c7f26507c911fea68567ebfb786 Mon Sep 17 00:00:00 2001 From: discountry Date: Tue, 23 Sep 2025 20:37:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20Bun=20=E5=AE=89=E8=A3=85=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E8=A7=A3=E5=86=B3=E6=96=B9=E6=A1=88=E5=8F=8A?= =?UTF-8?q?=20Windows=20=E7=94=A8=E6=88=B7=E7=9A=84=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E6=8C=87=E5=AF=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8fb884f..79a4b0f 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,12 @@ powershell -c "irm bun.sh/install.ps1 | iex" ``` 安装完成后关闭并重新打开终端,运行 `bun -v` 确认命令可用。 + 如果上述命令无法完成安装,请尝试 [bun官网](https://bun.com/get) 提供的各种安装方式。 + Windows 用户如果无法正常安装,可以尝试先[安装 nodejs](https://nodejs.org/en/download) + 然后使用 `npm` 安装 `bun`: + ```bash + npm install -g bun + ``` 4. **安装依赖** ```bash bun install