]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
./all run was also missing
authorTimePath <andrew.hardaker1995@gmail.com>
Wed, 16 Sep 2015 23:12:19 +0000 (23:12 +0000)
committerTimePath <andrew.hardaker1995@gmail.com>
Wed, 16 Sep 2015 23:12:19 +0000 (23:12 +0000)
Git.md

diff --git a/Git.md b/Git.md
index fbd7055ae25d20a131b7544e76620990239f94a2..0f2a898815e5943a0626a2b4ae7d4f1833a11495 100644 (file)
--- 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
 -----------------