X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=Git.md;h=c7f7ba181d350967ad8b14c3f71fef5178e85e3b;hb=63876a8cbe89f0522ab8ac3721075aa5008d3a47;hp=0b752cea22587397f677779982cfb6c82a5275f2;hpb=e9ce1d9bf045e721fc4c442183b620a4c169ba07;p=xonotic%2Fxonotic.wiki.git diff --git a/Git.md b/Git.md index 0b752ce..c7f7ba1 100644 --- 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 ----------------------------