Merge pull request #774 from 0Jaeyoung0/fix/bun-installation-requirement

Update README with Bun installation requirement
This commit is contained in:
Kenny 2026-01-14 09:28:40 -05:00 committed by GitHub
commit 306dab41ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View File

@ -258,6 +258,11 @@ If you don't want all this, as mentioned, you can just pick and choose specific
### For Humans
> **⚠️ Prerequisite: Bun is required**
>
> This tool **requires [Bun](https://bun.sh/) to be installed** on your system.
> Even if you use `npx` to run the installer, the underlying runtime depends on Bun.
Run the interactive installer:
```bash

View File

@ -252,6 +252,11 @@
### 面向人类用户
> **⚠️ 先决条件:需要安装 Bun**
>
> 此工具**需要系统中已安装 [Bun](https://bun.sh/)** 才能运行。
> 即使使用 `npx` 运行安装程序,底层运行时仍依赖于 Bun。
运行交互式安装程序:
```bash