Update README.md

This commit is contained in:
lintsinghua 2025-12-17 00:03:00 +08:00 committed by GitHub
parent 3525842699
commit b68ca2d82a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 开始体验。