From 3c5f67f49c01f8abc6a2de19d34ca66d968d1294 Mon Sep 17 00:00:00 2001 From: vinland100 Date: Fri, 27 Feb 2026 09:33:03 +0800 Subject: [PATCH] docs: update README content. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b55935..f1a798d 100644 --- a/README.md +++ b/README.md @@ -80,11 +80,11 @@ DeepAudit/ ```bash # 1. 克隆项目 -git clone https://github.com/lintsinghua/DeepAudit.git && cd DeepAudit +git clone http://sl.vrgon.com:3000/WuYanBo/CodeReview.git && cd DeepAudit # 2. 配置环境变量 -cp backend/env.example backend/.env -# 编辑 backend/.env 填入你的 LLM API Key +cp .env.example .env +# 编辑根目录下的 .env 填入你的 LLM API Key、数据库密码等配置 # 3. 一键启动 docker compose up -d