From a617d4ba7b059348fc29dec76b62c6d7f5449ce6 Mon Sep 17 00:00:00 2001 From: Thomas Andres Gomez Date: Mon, 17 Mar 2025 09:31:56 +0100 Subject: [PATCH] Add a server section to the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c603591..c8ddf9d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Recommended configuration : * Server : - Run : `Kotlin configuration` with main class : `com.pixelized.server.lwa.ApplicationKt` - build : `Gradle configuration : "server:buildFatJar"` + - the server jar can be found under ./server/build/libs/ + - the server can can be run with java `-jar server-all.jar` * Client : - Run the debug version of the app : `Gradle configuration : "composeApp:run"`