]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Update Git
authorterencehill <piuntn@gmail.com>
Sat, 27 Feb 2021 18:16:23 +0000 (18:16 +0000)
committerterencehill <piuntn@gmail.com>
Sat, 27 Feb 2021 18:16:23 +0000 (18:16 +0000)
Git.md

diff --git a/Git.md b/Git.md
index 37b340a3651820471015674b7be21a6d0aa59e63..c7f7ba181d350967ad8b14c3f71fef5178e85e3b 100644 (file)
--- a/Git.md
+++ b/Git.md
@@ -1,9 +1,10 @@
-Git
-===
-
 Cloning the repository
 ----------------------
 
+    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
 
@@ -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
 ----------------------------