From 3fe6b89f6929dcb31be4b94411e6ec479f2244f5 Mon Sep 17 00:00:00 2001
From: David Gilbert <david.gilbert@rwth-aachen.de>
Date: Tue, 16 Apr 2024 15:07:15 +0200
Subject: [PATCH] Update README.md

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 32b6ea6..94b9316 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,8 @@ If you dont need specific jobs, for example a Linux build, then please consider
 
 The `UNREAL_VERSION` variable can be used to adjust the required Unreal Version with which the project should be built.
 
+The `CUSTOM_NDISPLAY_CONFIG variable` variable can be used to further adjust which ndisplay config the weblauncher passes to the launch scripts. Normally, the standard aixcave config for the respective `UNREAL_VERSION` is chosen. By specifying a name/path relative to `/home/vrdemo/configs/ndisplay/`, you can override this.
+
 ### Build Steps
 For the predefined build steps you can change the `CLIENT_CONFIG` to either `DebugGame` or `Shipping` (Default). Additionally, you can add parameters to the build command by specifying the `EXTRA_ARGS` variable. If you need to change the whole command, manually "fork" the job by copying the script part to your local file and removing the extends line.
 
-- 
GitLab