Quellcode durchsuchen

Updated README.md

Sofia Shnaidman vor 5 Jahren
Ursprung
Commit
91149ee332
1 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. 6 6
      README.md

+ 6 - 6
README.md

@@ -7,13 +7,13 @@ UI for Apache Kafka management
 Install Homebrew Cask
 ```
 > brew update
-> brew tap caskroom/cask
+> brew cask
 ```
 
 Install JAVA 13 with Homebrew Cask
 ```
-> brew tap caskroom/versions
-> brew cask install java13
+> brew tap homebrew/cask-versions
+> brew cask install java (or java13 if 13th version is not the latest one)
 ```
 
 
@@ -28,15 +28,15 @@ Build application and docker container
 Start application with kafka clusters
 
 ```
-docker-compose -f ./docker/kafka-ui.yaml
+docker-compose -f ./docker/kafka-ui.yaml up
 ```
 
-Application should be available at http://localhost:8080 .
+Application should be available at http://localhost:8080.
 
 To start only kafka-clusters:
 
 ```
-docker-compose -f ./docker/kafka-clusters-only.yaml
+docker-compose -f ./docker/kafka-clusters-only.yaml up
 ```
 
 Kafka-ui then should be started with **local** profile