Update README.md

This commit is contained in:
Oleg Shur 2020-03-03 12:40:58 +03:00 committed by GitHub
parent db372ad346
commit 86307e9132
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,22 @@
UI for Apache Kafka management 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 ## Getting started
To work with application, install java13 and docker
Build application and docker container Build application and docker container