소스 검색

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