You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by ey...@apache.org on 2019/03/31 20:54:36 UTC

[chukwa] branch master updated: CHUKWA-824. Fixed build instructions.

This is an automated email from the ASF dual-hosted git repository.

eyang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/chukwa.git


The following commit(s) were added to refs/heads/master by this push:
     new a7c8869  CHUKWA-824.  Fixed build instructions.
a7c8869 is described below

commit a7c886930c6437b5617dac5aa743a8de55231687
Author: Eric Yang <ey...@localhost.localdomain>
AuthorDate: Sun Mar 31 13:53:25 2019 -0700

    CHUKWA-824.  Fixed build instructions.
---
 BUILD.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/BUILD.txt b/BUILD.txt
index eb1d47a..854aebd 100644
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -12,6 +12,6 @@ Building Chukwa distribution:
 
 $ mvn clean package
 
-Run Chukwa
+Run Chukwa:
 
-docker run -it -p 4080:4080 chukwa/chukwa
+$ docker run -it -p 4080:4080 chukwa/chukwa