From 46651fdc10fe09cbe415d5646d528dbaf15f89fa Mon Sep 17 00:00:00 2001 From: QClaw Bot Date: Tue, 12 May 2026 19:24:56 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E5=BF=AB=E9=80=9F?= =?UTF-8?q?=E5=BC=80=E5=A7=8B=E4=B8=AD=E7=9A=84=E4=B8=8B=E8=BD=BD=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E4=B8=BA=E5=AE=9E=E9=99=85=E4=BB=93=E5=BA=93=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76a962f..6cf5e54 100644 --- a/README.md +++ b/README.md @@ -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 ```