瀏覽代碼

Update README.md

Evanto 5 年之前
父節點
當前提交
4e56b3e587
共有 1 個文件被更改,包括 4 次插入2 次删除
  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
 ```