From 748c4a9cb6b316fbedda8e71d4178ec4571c1e33 Mon Sep 17 00:00:00 2001 From: discountry Date: Tue, 23 Sep 2025 16:46:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20Bun=20=E5=AE=89=E8=A3=85=E6=AD=A5=E9=AA=A4?= =?UTF-8?q?=E5=8F=8A=20Windows=20=E5=AE=89=E8=A3=85=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9667503..b731cd0 100644 --- a/README.md +++ b/README.md @@ -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