From f935083b09711bb4a75eb54f6f289eece54e874a Mon Sep 17 00:00:00 2001 From: Anna Antipova <44370201+antipova926@users.noreply.github.com> Date: Thu, 22 Apr 2021 16:32:06 +0300 Subject: [PATCH] update README (#301) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba608ac289..c443569afa 100644 --- a/README.md +++ b/README.md @@ -66,12 +66,11 @@ Steps to build Kafka UI locally with Docker: 1. Install Homebrew Cask: ```sh > brew update -> brew cask ``` 2. Install JAVA 13 with Homebrew Cask: ```sh -> brew tap homebrew/cask-versions -> brew cask install java (or java13 if 13th version is not the latest one) +> brew tap adoptopenjdk/openjdk +> brew install adoptopenjdk13 ``` ### Building