]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Git.md
Upload attachment zzz-bai-quickmenu-v2.pk3
[xonotic/xonotic.wiki.git] / Git.md
diff --git a/Git.md b/Git.md
index 8c2ef18103668f22687c8418b04b5a0c2733e588..c7f7ba181d350967ad8b14c3f71fef5178e85e3b 100644 (file)
--- a/Git.md
+++ b/Git.md
@@ -1,26 +1,23 @@
-Git
-===
-
 Cloning the repository
 ----------------------
 
-Expected time (~2.5MiB/s): ~2m (initial checkout) + ~35m (./all update)  
-Expected size: 8.6 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|
-
     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   |
+|:--        |:--    |
+|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|
+
 After cloning the repository
 ----------------------------