Merge branch 'master' of github.com:dgiot/dgiot

This commit is contained in:
U-JOHNLIU\jonhl 2022-01-17 11:12:54 +08:00
commit f98cd06270
2 changed files with 4 additions and 4 deletions

View File

@ -79,12 +79,12 @@ wget -q https://gitee.com/dgiiot/dgiot/raw/master/dgiot_install.sh && sh dgiot_
![dgiotdevtools.png](http://dgiot-1253666439.cos.ap-shanghai-fsi.myqcloud.com/shuwa_tech/zh/dgiotdevtools.png)
+ 国外下载源码
```bash
git clone https://github.com/dgiot/dgiot-dashboard.git
git clone -b master https://github.com/dgiot/dgiot-dashboard.git
git clone https://github.com/dgiot/dgiot.git
```
+ 国内下载源码
```bash
git clone https://gitee.com/dgiiot/dgiot-dashboard.git
git clone -b master https://gitee.com/dgiiot/dgiot-dashboard.git
git clone https://gitee.com/dgiiot/dgiot.git
```
+ 国内Linux/Unix/Mac/windows 构建

View File

@ -35,13 +35,13 @@ Before 2016, the Shuwa team had been crawling on the Internet and the mobile Int
+ Download source code abroad
```bash
git clone https://github.com/dgiot/dgiot-dashboard.git
git clone -b master https://github.com/dgiot/dgiot-dashboard.git
git clone https://github.com/dgiot/dgiot.git
```
+ China download source code
```bash
git clone https://gitee.com/dgiiot/dgiot-dashboard.git
git clone -b master https://gitee.com/dgiiot/dgiot-dashboard.git
git clone https://gitee.com/dgiiot/dgiot.git
```