From d9707aeba701c15e56d0ae585f16ad6af3c736f3 Mon Sep 17 00:00:00 2001 From: Knowit Date: Mon, 11 May 2026 11:15:39 +0800 Subject: [PATCH] docs: switch clone URL from Gitea to GitHub GitHub is now the public-facing primary repo (MIT licensed). Point new users at github.com/CharlesZhang2023/AutoACCT for cloning. Co-Authored-By: Claude Opus 4.7 (1M context) --- DEPLOY.md | 2 +- README.md | 2 +- README.zh-CN.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPLOY.md b/DEPLOY.md index 66410ad..c81749a 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -61,7 +61,7 @@ That's the Terminal. Leave it open. Copy the entire line below, click into the Terminal, paste, and press **Enter**: ```bash -git clone https://git.deepknow.site/Knowit/AutoACCT.git ~/.openclaw/workspace/skills/AutoACCT +git clone https://github.com/CharlesZhang2023/AutoACCT.git ~/.openclaw/workspace/skills/AutoACCT ``` **What you should see:** a few lines like `Cloning into '/Users/.../AutoACCT'...` followed by your prompt returning. diff --git a/README.md b/README.md index 1682c5b..c59c68c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Follow the 4 steps below. Takes ~5 minutes. ### Step 1 — Clone the skill and install Python deps ```bash -git clone https://git.deepknow.site/Knowit/AutoACCT.git ~/.openclaw/workspace/skills/AutoACCT +git clone https://github.com/CharlesZhang2023/AutoACCT.git ~/.openclaw/workspace/skills/AutoACCT pip install google-api-python-client google-auth ``` diff --git a/README.zh-CN.md b/README.zh-CN.md index ba955e8..eae0c27 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -25,7 +25,7 @@ ### Step 1 — Clone 仓库 + 装 Python 依赖 ```bash -git clone https://git.deepknow.site/Knowit/AutoACCT.git ~/.openclaw/workspace/skills/AutoACCT +git clone https://github.com/CharlesZhang2023/AutoACCT.git ~/.openclaw/workspace/skills/AutoACCT pip install google-api-python-client google-auth ```