]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Repository_Access.textile
(Commit created by redmine exporter script from page "Repository_Access" version 50)
[xonotic/xonotic.wiki.git] / Repository_Access.textile
index e72580b8c03eaec1c72694130d12c8c55b41a59e..299d8f7ea6238876780ecc27e50198426761f119 100644 (file)
@@ -17,7 +17,7 @@ First, you install git using your favorite package manager. Then, do the followi
 <pre>
 git clone git://git.xonotic.org/xonotic/xonotic.git
 cd xonotic
-./all update
+./all update -l best
 </pre>
 
 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.