Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyc-z authored Jan 8, 2018
1 parent 173c5be commit 44cb4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

## 用法 1 Docker
```
1. > git clone git@github.com:pluosi/app-host.git /opt/app-host
1. > git clone https://github.com/pluosi/app-host.git /opt/app-host
2. > cd /opt/app-host
3. > cp config/settings.local.example.yml config/settings.local.yml
4. 修改 config/settings.local.yml 中 `PROTOCOL` 和 `HOST` ,本地测试PROTOCOL可以为 http,生产环境必须设置为https,因为 iOS OTA 安装需要
Expand All @@ -32,7 +32,7 @@

## 用法 2 源码运行
```
1. > git clone git@github.com:pluosi/app-host.git /opt/app-host
1. > git clone https://github.com/pluosi/app-host.git /opt/app-host
2. > cd /opt/app-host
3. > cp config/settings.local.example.yml config/settings.local.yml
4. 修改 config/settings.local.yml 中 `PROTOCOL` 和 `HOST` ,本地测试PROTOCOL可以为 http,生产环境必须设置为https,因为 iOS OTA 安装需要
Expand Down

0 comments on commit 44cb4cd

Please sign in to comment.