mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-11 17:28:08 +00:00
更新 README.md,修正 Windows 用户安装 Bun 的命令格式
This commit is contained in:
@@ -31,10 +31,10 @@
|
|||||||
如果上述命令无法完成安装,请尝试 [bun官网](https://bun.com/get) 提供的各种安装方式。
|
如果上述命令无法完成安装,请尝试 [bun官网](https://bun.com/get) 提供的各种安装方式。
|
||||||
|
|
||||||
Windows 用户如果无法正常安装,可以尝试先[安装 nodejs](https://nodejs.org/en/download)
|
Windows 用户如果无法正常安装,可以尝试先[安装 nodejs](https://nodejs.org/en/download)
|
||||||
|
|
||||||
然后使用 `npm` 安装 `bun`:
|
然后使用 `npm` 安装 `bun`:
|
||||||
```bash
|
```bash
|
||||||
npm install -g bun
|
npm install -g bun
|
||||||
```
|
```
|
||||||
4. **安装依赖**
|
4. **安装依赖**
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user