Browse Source

emqttd-relx

Feng Lee 9 years ago
parent
commit
9f9a9ebc30
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -114,11 +114,11 @@ unzip emqttd-ubuntu64-0.16.0-beta-20160216.zip && cd emqttd
 Installing from source:
 Installing from source:
 
 
 ```
 ```
-git clone https://github.com/emqtt/emqttd.git
+git clone https://github.com/emqtt/emqttd-relx.git
 
 
-cd emqttd && make && make dist
+cd emqttd-relx && make
 
 
-cd rel/emqttd && ./bin/emqttd console
+cd _rel/emqttd && ./bin/emqttd console
 ```
 ```
 
 
 ## Documents
 ## Documents