diff --git a/README.md b/README.md
index 2254240e540445e6a68e2cc2806ea0ea9d518035..c4011cab0c12ac4022b457e26c7ea3f51371fc84 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,11 @@
 
 Software for processing and analysis of human faces. Re-implementation of [FIDENTIS Analyst](https://github.com/Fidentis/Analyst).
 
-This project is being developed at Masaryk University, Brno as collaborative project between Human Computer Interaction Laboratory at Faculty of Informatics and Department of Anthropology at Faculty of Science.
+This project is being developed at Masaryk University, Brno, as collaborative project between the Human Computer Interaction Laboratory at Faculty of Informatics and the Department of Anthropology at Faculty of Science.
 
 ## Requirements
 
-*  Java SE 8+
+*  Java SE 13+
 *  [Maven](https://www.mkyong.com/maven/how-to-install-maven-in-windows/) for compilation
 *  IDE for development, e.g. NetBeans or IntelliJ IDEA
 
@@ -19,3 +19,11 @@ This project is being developed at Masaryk University, Brno as collaborative pro
 *  **GUI:** GUI of the application.
 *  **Comparison:** Application logic for the comparison of human faces.
 
+## Installation and running
+
+* To build the application from scratch, run `mvn clean install`.
+* To run the application
+  * go to the `application` directory`,
+  * either execute a binary file located in the `target/fidentisanalyst/bin/` or run `mvn nbm:run-platform`
+
+