Skip to content

Commit

Permalink
add readMe
Browse files Browse the repository at this point in the history
  • Loading branch information
lsxredrain committed May 30, 2021
1 parent bf5490e commit 65a7cdd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@

构建 *dgiot* 需要 Erlang/OTP R21+, Windows下用[msys64](https://github.com/dgiot/dgiot_deploy)开发

+ Linux/Unix/Mac/windows构建
+ Linux/Unix/Mac/windows 构建

```bash
https://github.com/dgiot/dgiot.git
make
_build/emqx/rel/emqx/bin/emqx console
```
```bash
git clone https://github.com/dgiot/dgiot.git
make
_build/emqx/rel/emqx/bin/emqx console
```

*DGIOT* 启动,可以使用浏览器访问 http://localhost:5080 来查看 Dashboard。

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
+ Linux/Unix/Mac/windows 构建

```bash
https://github.com/dgiot/dgiot.git
git clone https://github.com/dgiot/dgiot.git
make
_build/emqx/rel/emqx/bin/emqx console
```
Expand Down

0 comments on commit 65a7cdd

Please sign in to comment.