Evanto 5 anni fa
parent
commit
4e56b3e587
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -67,13 +67,15 @@ To build Kafka UI locally with Docker, you need the following steps:
 > brew tap homebrew/cask-versions
 > brew cask install java (or java13 if 13th version is not the latest one)
 ``` 
+### Building
 
 Once you installed the prerequisites and cline the repository, run the following commands in your project directory: 
-To build a Docker container with Kafka UI: 
+
+Build a Docker container with Kafka UI: 
 ```sh
 ./mvnw clean install -Pprod
 ``` 
-To start Kafka UI with your Kafka clusters: 
+Start Kafka UI with your Kafka clusters: 
 ```sh
 docker-compose -f ./docker/kafka-ui.yaml up
 ```