소스 검색

Update README.md

Yevgen Taran 5 년 전
부모
커밋
033fe1b539
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -3,6 +3,7 @@
 UI for Apache Kafka management
 
 ## Getting started
+To work with application, install java13
 
 Build application and docker container
 
@@ -31,4 +32,4 @@ Kafka-ui then should be started with **local** profile
 ```
 cd kafka-ui-api
 ./mvnw spring-boot:run -Pprod
-```
+```