Update README.zh-CN.md

This commit is contained in:
Xinlu Lai 2025-09-03 00:48:03 +08:00 committed by GitHub
parent f857fb9577
commit 20111a0a26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,20 +41,6 @@ Kode 是一个强大的 AI 助手,运行在你的终端中。它能理解你
## 安装
### 推荐方式:使用 Bun最快
首先安装 Bun如果尚未安装
```bash
curl -fsSL https://bun.sh/install | bash
```
然后安装 Kode
```bash
bun add -g @shareai-lab/kode
```
### 备选方式:使用 npm
```bash
npm install -g @shareai-lab/kode
```