Skip to content

Commit

Permalink
Update README-CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lsxredrain authored Dec 20, 2021
1 parent 1114bc0 commit 4c369af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ wget -q https://gitee.com/dgiiot/dgiot/raw/master/dgiot_install.sh && sh dgiot_
```
+ 国内Linux/Unix/Mac/windows 构建
```bash
cd dgiot_dashboard
cd dgiot-dashboard
git pull
pnpm install
pnpm build
cd ../dgiot
git pull
rm ./apps/dgiot_api/priv/www -rf
cp ../dgiot_dashboard/dist/ ./apps/dgiot_api/priv/www -rf
cp ../dgiot_dashboard/swagger ./apps/dgiot_api/priv/www/ -rf
cp ../dgiot-dashboarddist/ ./apps/dgiot_api/priv/www -rf
cp ../dgiot-dashboard/swagger ./apps/dgiot_api/priv/www/ -rf
make run
```
+ Make Debug
Expand Down

0 comments on commit 4c369af

Please sign in to comment.