更新文档(git clone 之前删除已有的 www 目录)

This commit is contained in:
zjcqoo 2019-05-30 14:03:23 +08:00
parent 1372bf2dee
commit d004c9997d

View File

@ -75,6 +75,7 @@ git clone --depth=1 https://github.com/EtherDream/jsproxy.git server
```bash
cd server
rm -rf www
git clone -b gh-pages --depth=1 git@github.com:EtherDream/jsproxy.git www
```