Commit b0f6085c authored by Matthias Betz's avatar Matthias Betz
Browse files

update readme

parent 934b4f19
Pipeline #1603 passed with stage
in 2 minutes and 18 seconds
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment