From 9f9a9ebc302ba27fb0c8a0e3e7cbc2007b90b228 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Thu, 21 Jul 2016 18:33:32 +0800 Subject: [PATCH] emqttd-relx --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4f4b1eff..fd4ff4457 100644 --- a/README.md +++ b/README.md @@ -114,11 +114,11 @@ unzip emqttd-ubuntu64-0.16.0-beta-20160216.zip && cd emqttd 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