From c441efc19c0e40251cc57a83df88757edcc0484a Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 8 Nov 2020 06:24:02 +0000 Subject: [PATCH] Update Repository_Access --- Repository_Access.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Repository_Access.md b/Repository_Access.md index 53ae8bc..84d71e5 100644 --- a/Repository_Access.md +++ b/Repository_Access.md @@ -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 -- 2.39.2