Skip to content

Commit 7492041

Browse files
committed
add: add readme.cmd for self downloading the tutorial
1 parent b3d13a1 commit 7492041

5 files changed

Lines changed: 1697 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ web/cache
1818
**/Text/
1919
**/Video/
2020
**/guide/
21-
*/*/*.md
21+
**/*.md
2222
**/*_res.cmd
2323
**/*_ytb.cmd
24-
**/*.cmd
2524
**/*.bak*
2625
/web/*.html
2726
/test/
File renamed without changes.

readme.cmd

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
@cls
2+
@title pixelmator pro tutorial & guide downloader
3+
@echo Readme first
4+
@echo ##################################################
5+
@echo run web/Resources.cmd to download tutorials
6+
@echo https://www.pixelmator.com/tutorials/
7+
@echo.
8+
@echo after finished , run web/Resources_res.cmd
9+
@echo to download the tutorial's example demo resources
10+
@echo to local tutorial folder
11+
@echo.
12+
@echo run web/Resources_ytb.cmd
13+
@echo to download the tutorial video from youtube.com
14+
@echo.
15+
@echo run web/Guides.cmd
16+
@echo to download guides to guide from
17+
@echo https://www.pixelmator.com/support/guide/pixelmator-pro/
18+
@echo.
19+
@echo if you want to setup proxy, open Resources.cmd and Guides.cmd
20+
@echo under web folder with notepad++ or other text editor
21+
@echo change the proxy value
22+
@echo.
23+
@echo @set proxy=your_proxy_string
24+
@echo @set proxy=http://127.0.0.1:15236
25+
26+
@cd %~dp0web

0 commit comments

Comments
 (0)