From: divVerent Date: Sun, 7 Nov 2010 19:26:00 +0000 (+0000) Subject: (Commit created by redmine exporter script from page "Repository_Access" version 50) X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f6d45f5ec540f102de26e718ede4b985e9fb2fd1;p=xonotic%2Fxonotic.wiki.git (Commit created by redmine exporter script from page "Repository_Access" version 50) --- diff --git a/Repository_Access.textile b/Repository_Access.textile index e72580b..299d8f7 100644 --- a/Repository_Access.textile +++ b/Repository_Access.textile @@ -17,7 +17,7 @@ First, you install git using your favorite package manager. Then, do the followi
 git clone git://git.xonotic.org/xonotic/xonotic.git
 cd xonotic
-./all update
+./all update -l best
 
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.