From b0f6085c49679341e7099d8a38adfd5bd5ac6d0e Mon Sep 17 00:00:00 2001
From: Matthias Betz <matthias.betz@hft-stuttgart.de>
Date: Thu, 3 Dec 2020 12:47:33 +0100
Subject: [PATCH] update readme

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2dca802..d2737ea 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
-- 
GitLab