]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Git.md
Updated overkill tutorial (markdown)
[xonotic/xonotic.wiki.git] / Git.md
diff --git a/Git.md b/Git.md
index fbd7055ae25d20a131b7544e76620990239f94a2..8c2ef18103668f22687c8418b04b5a0c2733e588 100644 (file)
--- a/Git.md
+++ b/Git.md
@@ -30,7 +30,12 @@ Please check [Repository Access](Repository_Access) to make sure you checked out
 Compiling
 ---------
 
-Run `./all compile` to compile the engine and gamecode. Add -r for a faster release build without debugging symbols.
+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
 -----------------