From 3395a591fbaa9257deec20b2bccfd44d1facd30a Mon Sep 17 00:00:00 2001 From: Zacharias <1+zacharias@noreply.localhost> Date: Wed, 27 May 2026 23:53:21 +0200 Subject: [PATCH] Update README.md Updated the maven dependecies Updated launcher dump example Signed-off-by: Zacharias <1+zacharias@noreply.localhost> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index decb4ec..56f868f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This will put the `launcher-1.0-all.jar`(or similar, based on the version) in `. `$ java -jar launcher-1.0-all.jar`
you can use the `-h` argument to get a help message. ``` -Launch options for NeuroChat: +Launch options for NeuroDock: -h --help Provides this help message -s --server Starts the application as API server -p --port Provides the port number that the API server should use, defaults to 39075 @@ -51,7 +51,7 @@ If you only want to build a specific module, you can use the same command as lis - This is the main module that runs the application and starts the API server ## Maven dependency avalible! -- Core: [Gitea](https://git.server.4zellen.se/neurodock/-/packages/maven/me.zacharias.neurodock:core) -- Plugin-API: [Gitea](https://git.server.4zellen.se/neurodock/-/packages/maven/me.zacharias.neurodock:plugin-api) +- Core: [Gitea (legacy)](https://git.server.4zellen.se/neurodock/-/packages/maven/me.zacharias.neurodock:core) | [Gitea](https://git.server.4zellen.se/neurodock/-/packages/maven/me.neurodock:core) +- Plugin-API: [Gitea (legacy)](https://git.server.4zellen.se/neurodock/-/packages/maven/me.zacharias.neurodock:plugin-api) | [Gitea](https://git.server.4zellen.se/neurodock/-/packages/maven/me.neurodock:plugin-api) Please note the move from `me.zacharias.neurodock` to `me.neurodock` for the Maven dependencies \ No newline at end of file