From 91149ee332ecafc942138b84e299de7da7ba1260 Mon Sep 17 00:00:00 2001 From: Sofia Shnaidman Date: Tue, 3 Mar 2020 18:34:18 +0300 Subject: [PATCH] Updated README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 63f4cf881c..d5bfe76d93 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ UI for Apache Kafka management Install Homebrew Cask ``` > brew update -> brew tap caskroom/cask +> brew cask ``` Install JAVA 13 with Homebrew Cask ``` -> brew tap caskroom/versions -> brew cask install java13 +> brew tap homebrew/cask-versions +> brew cask install java (or java13 if 13th version is not the latest one) ``` @@ -28,15 +28,15 @@ Build application and docker container Start application with kafka clusters ``` -docker-compose -f ./docker/kafka-ui.yaml +docker-compose -f ./docker/kafka-ui.yaml up ``` -Application should be available at http://localhost:8080 . +Application should be available at http://localhost:8080. To start only kafka-clusters: ``` -docker-compose -f ./docker/kafka-clusters-only.yaml +docker-compose -f ./docker/kafka-clusters-only.yaml up ``` Kafka-ui then should be started with **local** profile