diff --git a/README.md b/README.md index 7d5fb9a1935749aa615ab7af0747600a109667f4..de1b345d87d136519dc0a731cdd4ae05cb40b98b 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,12 @@ It uses spring-boot as framework for the web handling. the built binary can be r It can be used behind a reverse-proxy like apache or nginx. To configure the conversion binary use the start parameter `-Dconverter.executable=./IfcConvert`. The converter binaries for linux and -windows are included in this repository. +windows are included in this repository. The service requires executable rights for the converter program. -## Building - -To build the service use -``` -mvn build -``` ## Packaging -To create a runnable package +To create a runnable package. This does not package the converter program into the jar. It has to be deployed seperatly. ``` mvn package