瀏覽代碼

update readme

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

+ 4 - 5
README.md

@@ -3,25 +3,24 @@ UI for Apache Kafka management
 
 ## Table of contents
 - [Getting started](#getting-started)
-- [Getting started](#getting-started)
 
 ## Getting started
 
-Build docker container
+Build application and docker container
 
 ```
 ./mvnw clean install -Pprod
 ```
 
-Run docker-compose
+Start application with kafka clusters
 
 ```
 docker-compose -f ./docker/kafka.yaml
 ```
 
-Access application via http://localhost:8080
+Application should be available at http://localhost:8080 .
 
-###Run application without docker:
+##Run application without docker:
 ```
 cd kafka-ui-api
 ./mvnw spring-boot:run -Pprod