Update README.md
This commit is contained in:
parent
db372ad346
commit
86307e9132
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue