diff --git a/README.md b/README.md
index 2dca8029144bbf9e8cd911ff3b6d7372cfd837b7..d2737ea0cbe22f4b2b1c3f761dd3b7af9176a756 100644
--- a/README.md
+++ b/README.md
@@ -9,12 +9,13 @@ CityDoctor2 is a Java program for validating CityGML files. It checks whether ce
 Use [Maven](https://maven.apache.org/) to build CityDoctor2.
 
 ```bash
+cd CityDoctorParent
 mvn install
 ```
 
 ## Usage
 
-Once built the CityDoctorValidation jar can be used to start the program.
+Once built there is a CityDoctorValidation-<version>.zip file in the target folder of the CityDoctorValidation folder in which the CityDoctorValidation jar can be used to start the program.
 
 ```bash
 java -jar CityDoctorValidation-<version>.jar -in <path-to-gml-file>.gml -config <path-to-validation-config>.yml -xmlReport <path-to-xml-output>.xml -pdfReport <path-to-pdf-output>.pdf