This commit is contained in:
Feng 2016-11-23 16:15:31 +08:00
parent ff45d2934f
commit 0533aaf066
1 changed files with 2 additions and 2 deletions

View File

@ -115,9 +115,9 @@ unzip emqttd-ubuntu64-2.0-rc.2-20161019.zip && cd emqttd
Installing from source:
```
git clone https://github.com/emqtt/emqttd-relx.git
git clone https://github.com/emqtt/emq-relx.git
cd emqttd-relx && make
cd emq-relx && make
cd _rel/emqttd && ./bin/emqttd console
```