docs: update README content.
Build and Push CodeReview / build (push) Waiting to run Details

This commit is contained in:
vinland100 2026-02-27 09:33:03 +08:00
parent 964fbc1235
commit 3c5f67f49c
1 changed files with 3 additions and 3 deletions

View File

@ -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