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) <noreply@anthropic.com>
This commit is contained in:
2026-05-11 11:15:39 +08:00
parent 4e40772150
commit d9707aeba7
3 changed files with 3 additions and 3 deletions

View File

@@ -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
```