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:
@@ -61,7 +61,7 @@ That's the Terminal. Leave it open.
|
|||||||
Copy the entire line below, click into the Terminal, paste, and press **Enter**:
|
Copy the entire line below, click into the Terminal, paste, and press **Enter**:
|
||||||
|
|
||||||
```bash
|
```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.
|
**What you should see:** a few lines like `Cloning into '/Users/.../AutoACCT'...` followed by your prompt returning.
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ Follow the 4 steps below. Takes ~5 minutes.
|
|||||||
### Step 1 — Clone the skill and install Python deps
|
### Step 1 — Clone the skill and install Python deps
|
||||||
|
|
||||||
```bash
|
```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
|
pip install google-api-python-client google-auth
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
### Step 1 — Clone 仓库 + 装 Python 依赖
|
### Step 1 — Clone 仓库 + 装 Python 依赖
|
||||||
|
|
||||||
```bash
|
```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
|
pip install google-api-python-client google-auth
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user