]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Update Repository_Access
authorMario <mario.mario@y7mail.com>
Sun, 8 Nov 2020 06:24:02 +0000 (06:24 +0000)
committerMario <mario.mario@y7mail.com>
Sun, 8 Nov 2020 06:24:02 +0000 (06:24 +0000)
Repository_Access.md

index 53ae8bcaf869c8061c4d1ab852b306e7c785b908..84d71e54ce13ffdaec94f93dfda85f3072e119f4 100644 (file)
@@ -56,12 +56,10 @@ Cloning the Repository and Compiling
 
 To begin downloading:
 
-    git clone git://git.xonotic.org/xonotic/xonotic.git  # download main repo
+    git clone https://gitlab.com/xonotic/xonotic.git  # download main repo
     cd xonotic
     ./all update -l best  # download all other repos (data + game logic, maps, etc.)
 
-The **git://** protocol uses port **9418**, which may be a problem if you’re behind a **strict firewall**. You may instead use the clone url http://git.xonotic.org/xonotic/xonotic.git (however, using the git protocol directly is preferred for performance reasons).
-
 Now the game can be compiled and run with the following commands:
 
     ./all compile -r