mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-11 17:28:08 +00:00
更新 README.md,补充 Bun 安装失败时的解决方案及 Windows 用户的安装步骤
This commit is contained in:
@@ -27,8 +27,11 @@
|
|||||||
powershell -c "irm bun.sh/install.ps1 | iex"
|
powershell -c "irm bun.sh/install.ps1 | iex"
|
||||||
```
|
```
|
||||||
安装完成后关闭并重新打开终端,运行 `bun -v` 确认命令可用。
|
安装完成后关闭并重新打开终端,运行 `bun -v` 确认命令可用。
|
||||||
|
|
||||||
如果上述命令无法完成安装,请尝试 [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
|
||||||
|
|||||||
Reference in New Issue
Block a user