From 886c1114d12976d5562266477e990d20bb6d8fcc Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Sun, 29 Jun 2025 14:18:40 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=A2=9E=E5=8A=A0=E5=88=86=E6=94=AF?= =?UTF-8?q?=E7=9A=84=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 713d3ef1..aace458c 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,12 @@ https://github.com/user-attachments/assets/15f7f315-003d-4e41-a260-739c2529f824 ## 🚀 快速开始 +> 建议 clone stable 版本的代码 + +```bash +git clone -b stable https://github.com/xerrors/Yuxi-Know.git +``` + ### 环境配置 在启动前,您需要提供 API 服务商的 API_KEY,并放置在 `src/.env` 文件中(此文件项目中没有,需要自行参考 [src/.env.template](src/.env.template) 创建)。更多可配置项,可参考下方**对话模型**部分。