From c7c3a33626465ba41eea1575027a59f8f8e5286b Mon Sep 17 00:00:00 2001 From: discountry Date: Tue, 23 Sep 2025 16:44:03 +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=20Aster=20=E4=BA=A4=E6=98=93=E6=89=80?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E4=BC=98=E6=83=A0=E7=A0=81=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 43de838..9667503 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ 一个基于 Bun 的 Aster 永续合约终端机器人,内置趋势跟随(SMA30)与做市策略,使用 websocket 实时行情,命令行界面由 Ink 驱动,可在断线后自动恢复运行。 ## 快速上手 + +使用优惠码获取 30% 手续费折扣:[注册 Aster 获取手续费优惠](https://www.asterdex.com/zh-CN/referral/4665f3) + 1. 安装 [Bun](https://bun.com) ≥ 1.2。常见安装方式: ```bash curl -fsSL https://bun.sh/install | bash # macOS / Linux