更新文档(git clone 使用 https)

This commit is contained in:
zjcqoo 2019-05-31 13:15:39 +08:00
parent 87b629c82e
commit 9263e557b9

View File

@ -76,7 +76,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
git clone -b gh-pages --depth=1 https://github.com/EtherDream/jsproxy.git www
```
开启服务: