From b68ca2d82a0cbf20b837d456291ff08318fce7e5 Mon Sep 17 00:00:00 2001 From: lintsinghua <129816813+lintsinghua@users.noreply.github.com> Date: Wed, 17 Dec 2025 00:03:00 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2194811..c437fe7 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ DeepAudit/ ```bash # 设置你的 LLM API Key,然后一键部署 LLM_API_KEY=your-api-key-here \ -curl -fsSL https://raw.githubusercontent.com/lintsinghua/DeepAudit/main/docker-compose.prod.yml | docker compose -f - up -d +curl -fsSL https://raw.githubusercontent.com/lintsinghua/DeepAudit/v3.0.0/docker-compose.prod.yml | docker compose -f - up -d ``` > 🎉 **启动成功!** 访问 http://localhost:3000 开始体验。