瀏覽代碼

Update README.md

Evanto 5 年之前
父節點
當前提交
e35c0d3644
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      README.md

+ 1 - 4
README.md

@@ -45,7 +45,7 @@ Then access the web UI at [http://localhost:9000](http://localhost:9000).
 
 To build Kafka UI locally with Docker, you need the following steps:  
 
-1. Install Java and Docker
+1. Install prerequisites: Java and Docker
 2. Clone this repository and open a terminal in the directory of the project
 3. Build a Docker container with Kafka UI
 4. Start Kafka UI with your Kafka clusters
@@ -54,9 +54,6 @@ To build Kafka UI locally with Docker, you need the following steps:
 ### Prerequisites
 
 * Java 13 or newer
-
-Optional:
-
 * Docker 
 
 ### Installing Prerequisites on Mac