]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Repository_Access.md
Remove xonotic as argument for all run/compile in some examples
[xonotic/xonotic.wiki.git] / Repository_Access.md
index 43ddf9cb850e24789f77ffe0b117953b05ff94f6..c6fabfb707afe1a4c04519f5d4a60799b1244643 100644 (file)
@@ -70,7 +70,7 @@ Now the game can be compiled and run with the following commands:
 
 You can use just `./all compile` to create a slower unoptimized build with debug symbols but usually you want `-r`.
 
-The `./all run` or `./all compile` line can be followed by one of `glx` (Linux native), `sdl` (input/sound managed by SDL), `agl` (macOS native), `wgl` (Windows native), or `dedicated` (for server hosting) to choose which executable to run or compile. E.g. `./all compile -r dedicated`.
+The `./all run` or `./all compile` line can be followed by `dedicated` to build or run the executable for server hosting. E.g. `./all compile -r dedicated`.
 
 The `run` command can also be followed by standard DarkPlaces commandline arguments:
 
@@ -141,11 +141,11 @@ Switch to that branch in all repositories where its available.
 
 This command commits and pushes your local changes.
 
-    ./all run xonotic
+    ./all run
 
 Starts the Xonotic client
 
-    ./all run dedicated xonotic
+    ./all run dedicated
 
 Starts a Xonotic dedicated server