docs: 更新快速开始中的下载地址为实际仓库 URL

This commit is contained in:
QClaw Bot
2026-05-12 19:24:56 +08:00
parent 7cd8f78404
commit 46651fdc10

View File

@@ -58,7 +58,7 @@ sudo pip3 install PyMySQL psycopg2-binary PyYAML
```bash
sudo mkdir -p /opt/db_log_exporter
sudo curl -L https://your-repo/db_log_exporter.py \
sudo curl -L https://git.ai-life.net/x/DBLog/raw/branch/main/db_log_exporter.py \
-o /opt/db_log_exporter/db_log_exporter.py
sudo chmod +x /opt/db_log_exporter/db_log_exporter.py
```