]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Update Repository_Access
authorMartin Taibr <taibr.martin@gmail.com>
Sat, 25 Nov 2017 14:57:24 +0000 (14:57 +0000)
committerMartin Taibr <taibr.martin@gmail.com>
Sat, 25 Nov 2017 14:57:24 +0000 (14:57 +0000)
Repository_Access.md

index d36f381327d2b6371eaf782462e7c32cf620126e..6b2d07997aba58679e940fba196277ca8d66a26f 100644 (file)
@@ -80,8 +80,8 @@ To update your Git clone:
 
     cd xonotic
     ./all checkout  # switch to main branch on all repos (usually master)
-    ./all update
-    ./all compile -r
+    ./all update  # pull and prune
+    ./all compile -r  # recompile what changed
 
 **Note:** The compiled binary will have a faint watermark with the git revision. To remove it completely put `set menu_watermark ""` into your `autoexec.cfg`.