From b14cc4998119d11124a6bc31cbc7a3af54ae6042 Mon Sep 17 00:00:00 2001 From: discountry Date: Tue, 23 Sep 2025 20:37:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md=EF=BC=8C?= =?UTF-8?q?=E8=A1=A5=E5=85=85=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=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 79a4b0f..8a6844f 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,11 @@ 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