From dc927cc40c197452a45ce2916d9ca0d7609da975 Mon Sep 17 00:00:00 2001 From: vinland100 Date: Mon, 2 Mar 2026 16:18:42 +0800 Subject: [PATCH] docs: Update README documentation. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1a798d..74e9838 100644 --- a/README.md +++ b/README.md @@ -76,11 +76,11 @@ DeepAudit/ ### 方式一:克隆代码部署 -适合需要自定义配置或二次开发的用户: +适合快速部署的用户: ```bash # 1. 克隆项目 -git clone http://sl.vrgon.com:3000/WuYanBo/CodeReview.git && cd DeepAudit +git clone http://sl.vrgon.com:3000/WuYanBo/CodeReview.git && cd CodeReview # 2. 配置环境变量 cp .env.example .env