commit c251837e3febebdb56edfb2647df54c1fc882dbe Author: Seil0 Date: Sat Jun 8 15:47:08 2019 +0200 Update page 'Home' diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..968b753 --- /dev/null +++ b/Home.md @@ -0,0 +1,8 @@ +Welcome to the Wiki. + +## build +To build a runnable jar file just execute `gradle clean shadowJar` + +## 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