Skip to content

Commit e887cbb

Browse files
hugohe3claude
andcommitted
docs(readme): add ZIP download option and AtomGit mirror for setup
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5518b83 commit e887cbb

2 files changed

Lines changed: 24 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,22 @@ sudo apt install pandoc # optional
9595

9696
### 3. Set Up
9797

98+
**Option A — Download ZIP** (no Git required): click **Code → Download ZIP** on the [GitHub page](https://github.com/hugohe3/ppt-master), then unzip.
99+
100+
**Option B — Git clone** (requires [Git](https://git-scm.com/downloads) installed):
101+
98102
```bash
99103
git clone https://github.com/hugohe3/ppt-master.git
100104
cd ppt-master
105+
```
106+
107+
Then install dependencies:
108+
109+
```bash
101110
pip install -r requirements.txt
102111
```
103112

104-
To update later: `python3 skills/ppt-master/scripts/update_repo.py`
113+
To update later (Option B only): `python3 skills/ppt-master/scripts/update_repo.py`
105114

106115
### 4. Create
107116

README_CN.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,26 @@ sudo apt install pandoc # 可选
9595

9696
### 3. 配置项目
9797

98+
**方式 A — 下载 ZIP**(无需安装 Git):
99+
[GitHub](https://github.com/hugohe3/ppt-master)**Code → Download ZIP** · [AtomGit](https://atomgit.com/hugohe3/ppt-master)**克隆/下载 → 下载ZIP**(国内网速更快)
100+
101+
**方式 B — Git clone**(需先安装 [Git](https://git-scm.com/downloads)):
102+
98103
```bash
104+
# GitHub
99105
git clone https://github.com/hugohe3/ppt-master.git
106+
# AtomGit(国内网速更快)
107+
git clone https://atomgit.com/hugohe3/ppt-master.git
100108
cd ppt-master
109+
```
110+
111+
然后安装依赖:
112+
113+
```bash
101114
pip install -r requirements.txt
102115
```
103116

104-
日常更新:`python3 skills/ppt-master/scripts/update_repo.py`
117+
日常更新(仅方式 B)`python3 skills/ppt-master/scripts/update_repo.py`
105118

106119
### 4. 开始创作
107120

0 commit comments

Comments
 (0)