From ebc11282975a7435a0832fddef46126ba57cfbcd Mon Sep 17 00:00:00 2001 From: Matthias Betz <matthias.betz@hft-stuttgart.de> Date: Thu, 21 Nov 2024 13:39:42 +0100 Subject: [PATCH] update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7d5fb9a..de1b345 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 -- GitLab