]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Git.md
Added table of contents
[xonotic/xonotic.wiki.git] / Git.md
diff --git a/Git.md b/Git.md
index 0b752cea22587397f677779982cfb6c82a5275f2..c7f7ba181d350967ad8b14c3f71fef5178e85e3b 100644 (file)
--- a/Git.md
+++ b/Git.md
@@ -1,10 +1,11 @@
-Git
-===
-
 Cloning the repository
 ----------------------
 
-Expected time (~2.5MiB/s): ~2m (initial checkout) + ~35m (./all update)  
+    git clone https://gitlab.com/xonotic/xonotic.git
+    cd xonotic
+     ./all update -l best
+
+Expected time (~2.5MiB/s): ~2m (initial checkout) + ~75m (./all update)  
 Expected size: 11.7 GiB
 
 |Repository |Size   |
@@ -17,10 +18,6 @@ Expected size: 11.7 GiB
 |maps       |5.6 GiB|
 |gmqcc      |22 MiB|
 
-    git clone https://gitlab.com/xonotic/xonotic.git
-    cd xonotic
-     ./all update -l best
-
 After cloning the repository
 ----------------------------