]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Git.md
Update Programming Tips
[xonotic/xonotic.wiki.git] / Git.md
diff --git a/Git.md b/Git.md
index fbd7055ae25d20a131b7544e76620990239f94a2..37b340a3651820471015674b7be21a6d0aa59e63 100644 (file)
--- a/Git.md
+++ b/Git.md
@@ -4,18 +4,18 @@ Git
 Cloning the repository
 ----------------------
 
-Expected time (~2.5MiB/s): ~2m (initial checkout) + ~35m (./all update)  
-Expected size: 8.6 GiB
+Expected time (~2.5MiB/s): ~2m (initial checkout) + ~75m (./all update)  
+Expected size: 11.7 GiB
 
 |Repository |Size   |
 |:--        |:--    |
-|data       |1 GiB  |
-|music      |225 MiB|
-|darkplaces |17 MiB |
-|netradiant |19 MiB |
-|d0_blind_id|145 KiB|
-|maps       |2.1 GiB|
-|gmqcc      |3.3 MiB|
+|data       |4.6 GiB  |
+|music      |382 MiB|
+|darkplaces |160 MiB |
+|netradiant |42 MiB |
+|d0_blind_id|776 KiB|
+|maps       |5.6 GiB|
+|gmqcc      |22 MiB|
 
     git clone https://gitlab.com/xonotic/xonotic.git
     cd xonotic
@@ -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
 -----------------