From 1e0242a036b0a5d4fadeed41046e0f3022fba983 Mon Sep 17 00:00:00 2001 From: discountry Date: Tue, 23 Sep 2025 20:38:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20Windows=20=E7=94=A8=E6=88=B7=E5=AE=89?= =?UTF-8?q?=E8=A3=85=20Bun=20=E7=9A=84=E5=91=BD=E4=BB=A4=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a6844f..80a7bed 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ 如果上述命令无法完成安装,请尝试 [bun官网](https://bun.com/get) 提供的各种安装方式。 Windows 用户如果无法正常安装,可以尝试先[安装 nodejs](https://nodejs.org/en/download) - + 然后使用 `npm` 安装 `bun`: ```bash - npm install -g bun + npm install -g bun ``` 4. **安装依赖** ```bash