]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Repository_Access.md
Ok tut
[xonotic/xonotic.wiki.git] / Repository_Access.md
index bd860ce2fc1e3db839304e791d81702a89fff26f..5b6e9d0e03d379cd4e3f7df50eee91679dee188c 100644 (file)
@@ -1,11 +1,11 @@
-Repository Access
-=================
+Repository Access and Compiling
+===============================
 
 Xonotic uses several Git repositories. There’s a helper script in the main repository to aid in checking out all relevant repositories and help you with building and running Xonotic.
 The repository also contains several branches next to the stable “master” branch. So if you’re interested in the progress of a certain feature, or want to help or create a new one, you can checkout the appropriate branch.
 For information on how to obtain write access, skip down to the “[Getting write access](Repository_Access#contributing-and-getting-write-access)” section.
 
-For more information about Git we have a page on the wiki [here](Git).
+For more information about the project's structure, see [git](Git).
 
 ***
 
@@ -82,6 +82,8 @@ To update your Git clone, you can repeat the commands above without the first 
     ./all update
     ./all compile
 
+**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`.
+
 ***
 
 Contributing and getting write access