更新 README.md,修正 Windows 用户安装 Bun 的命令格式

This commit is contained in:
discountry
2025-09-23 20:38:25 +08:00
parent b14cc49981
commit 1e0242a036
+2 -2
View File
@@ -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