update README (#301)
This commit is contained in:
parent
caec4eb170
commit
f935083b09
1 changed files with 2 additions and 3 deletions
|
@ -66,12 +66,11 @@ Steps to build Kafka UI locally with Docker:
|
||||||
1. Install Homebrew Cask:
|
1. Install Homebrew Cask:
|
||||||
```sh
|
```sh
|
||||||
> brew update
|
> brew update
|
||||||
> brew cask
|
|
||||||
```
|
```
|
||||||
2. Install JAVA 13 with Homebrew Cask:
|
2. Install JAVA 13 with Homebrew Cask:
|
||||||
```sh
|
```sh
|
||||||
> brew tap homebrew/cask-versions
|
> brew tap adoptopenjdk/openjdk
|
||||||
> brew cask install java (or java13 if 13th version is not the latest one)
|
> brew install adoptopenjdk13
|
||||||
```
|
```
|
||||||
### Building
|
### Building
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue