更新 README.md,添加 Bun 安装步骤及 Windows 安装方式说明

This commit is contained in:
discountry
2025-09-23 16:46:42 +08:00
parent c7c3a33626
commit 748c4a9cb6
+6 -1
View File
@@ -6,10 +6,15 @@
使用优惠码获取 30% 手续费折扣:[注册 Aster 获取手续费优惠](https://www.asterdex.com/zh-CN/referral/4665f3)
1. 安装 [Bun](https://bun.com) ≥ 1.2。常见安装方式:
1. 打开命令行 Terminal安装 [Bun](https://bun.com) ≥ 1.2。常见安装方式:
```bash
curl -fsSL https://bun.sh/install | bash # macOS / Linux
```
或者 windows 安装方式,打开 PowerShell
```bash
powershell -c "irm bun.sh/install.ps1|iex"
```
安装后重新打开终端,使 `bun` 命令生效,然后执行 `bun install` 下载安装依赖。
2. 复制 `.env.example` 为 `.env` 并填入你的 Aster API Key/Secret,例如:
```bash