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

oleewere pushed a commit to branch cloudbreak
in repository https://gitbox.apache.org/repos/asf/ambari-logsearch.git

commit b8c217c15fea77118854d2efa6546acc668a4b04
Author: Oliver Szabo <oleew...@gmail.com>
AuthorDate: Thu Oct 11 11:00:36 2018 +0200

    Update README.md
---
 README.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index a2fc3e8..07309a1 100644
--- a/README.md
+++ b/README.md
@@ -51,14 +51,16 @@ In case if you started the containers separately and if you 
would like to access
 2. On the logsearch root folder (ambari/ambari-logsearch), please execute the 
following make command to build RPM/DPKG:
 ```bash
 make rpm
-# or for jdk8
-make rpm-jdk8
+# or for jdk11
+export LOGSEARCH_JDK_11=true
+make rpm
 ```
   or
 ```bash
 make deb
-# or for jdk8
-make deb-jdk8
+# or for jdk11
+export LOGSEARCH_JDK_11=true
+make deb
 ```
 3. Generated RPM/DPKG files will be found in ambari-logsearch-assembly/target 
folder
 

Reply via email to