Update page 'Home'
parent
89ed5392b7
commit
21aff4f98a
6
Home.md
6
Home.md
@ -10,3 +10,9 @@ To build a runnable jar file just execute `gradle clean shadowJar`
|
|||||||
## [Client] run
|
## [Client] run
|
||||||
The Application needs Java 8 with JavaFX, to run the Application:
|
The Application needs Java 8 with JavaFX, to run the Application:
|
||||||
`java -jar TextureSync-1.0-SNAPSHOT-all.jar`
|
`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`
|
Loading…
Reference in New Issue
Block a user