Browse Source

Update README.md

Oleg Shur 5 years ago
parent
commit
86307e9132
1 changed files with 15 additions and 1 deletions
  1. 15 1
      README.md

+ 15 - 1
README.md

@@ -2,8 +2,22 @@
 
 UI for Apache Kafka management
 
+## Prerequisites
+
+Install Homebrew Cask
+```
+> brew update
+> brew tap caskroom/cask
+```
+
+Install JAVA 13 with Homebrew Cask
+```
+> brew tap caskroom/versions
+> brew cask install java13
+```
+
+
 ## Getting started
-To work with application, install java13 and docker
 
 Build application and docker container