From: TimePath Date: Wed, 16 Sep 2015 23:12:19 +0000 (+0000) Subject: ./all run was also missing X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1195b6945a4c13aa1f491e7ee582c0ebf4a12c97;p=xonotic%2Fxonotic.wiki.git ./all run was also missing --- diff --git a/Git.md b/Git.md index fbd7055..0f2a898 100644 --- a/Git.md +++ b/Git.md @@ -32,6 +32,11 @@ Compiling Run `./all compile` to compile the engine and gamecode. Add -r for a faster release build without debugging symbols. +Running +------- + +Run `./all run` launch the game after compiling. `./all run dedicated` to start a dedicated server instead. + Project structure -----------------