Update How to start authored by Christian Reuschling's avatar Christian Reuschling
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#### Install and start DynaQ #### Install and start DynaQ
* [Download the bundle](https://git.opendfki.de/reuschling/dynaq/-/packages) or build it on your own (see below) * [Download the bundle](https://git.opendfki.de/reuschling/dynaq/-/packages) or build it on your own (see below)
* Unpack the bundle to a directory of your choice * Unpack the bundle to a directory of your choice
* Start the executables `.\bin\dynaq.sh` or `.\bin\dynaq.bat` * Start the executables `dynaq.sh` or `bin\dynaq.bat` (Windows)
--- ---
...@@ -18,9 +18,6 @@ ...@@ -18,9 +18,6 @@
* Invoke `mvn -Dmaven.test.skip=true clean package appassembler:assemble assembly:single` * Invoke `mvn -Dmaven.test.skip=true clean package appassembler:assemble assembly:single`
* You find the bundle as .zip and .tar.gz in the target folder * You find the bundle as .zip and .tar.gz in the target folder
This is also documented inside [how2build.txt](https://git.opendfki.de/reuschling/dynaq/-/blob/master/how2build.txt).
--- ---
**As a next step, check out our [documentation](documentation) section.** **As a next step, check out our [documentation](documentation) section.**