From a6210f714283e6bb7cd6bf6ea3981a5dc5f58989 Mon Sep 17 00:00:00 2001 From: aruldd Date: Fri, 19 Jul 2019 18:59:48 +0530 Subject: [PATCH] updated the location of built emqx --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35ed465e8..a9c6e710f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ git clone https://github.com/emqx/emqx-rel.git cd emqx-rel && make -cd _rel/emqx && ./bin/emqx console +cd _build/emqx/rel/emqx && ./bin/emqx console ```