From: terencehill Date: Sat, 27 Feb 2021 18:16:23 +0000 (+0000) Subject: Update Git X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4c382393e1f172d436aa4dd8dbd1deea420bfb1b;p=xonotic%2Fxonotic.wiki.git Update Git --- diff --git a/Git.md b/Git.md index 37b340a..c7f7ba1 100644 --- 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 ----------------------------