From 21aff4f98afc07d28fb724f935491b8c39b6fa32 Mon Sep 17 00:00:00 2001 From: Hendrik Schutter Date: Fri, 14 Jun 2019 14:35:50 +0200 Subject: [PATCH] Update page 'Home' --- Home.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 4eb484e..bc40dfa 100644 --- a/Home.md +++ b/Home.md @@ -9,4 +9,10 @@ To build a runnable jar file just execute `gradle clean shadowJar` ## [Client] run The Application needs Java 8 with JavaFX, to run the Application: -`java -jar TextureSync-1.0-SNAPSHOT-all.jar` \ No newline at end of file +`java -jar TextureSync-1.0-SNAPSHOT-all.jar` + +## [Server] build release +To build a runnable file just execute `cargo build --release` + +## [Server] run debug +`cargo run` \ No newline at end of file