From 4d76f37bfe93ed850d0055a35b3341f0a8d444ed Mon Sep 17 00:00:00 2001 From: Jaeyoung Kim <67817265+0Jaeyoung0@users.noreply.github.com> Date: Wed, 14 Jan 2026 15:13:39 +0900 Subject: [PATCH] Update README.zh-cn.md with Bun prerequisite Add prerequisite note for Bun installation in README. --- README.zh-cn.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.zh-cn.md b/README.zh-cn.md index 834f3b942..b1a8b6ec8 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -232,6 +232,11 @@ ### 面向人类用户 +> **⚠️ 先决条件:需要安装 Bun** +> +> 此工具**需要系统中已安装 [Bun](https://bun.sh/)** 才能运行。 +> 即使使用 `npx` 运行安装程序,底层运行时仍依赖于 Bun。 + 运行交互式安装程序: ```bash