diff --git a/README.md b/README.md
index 32b6ea62e1cdc280cdc173e61394be47c26d59fd..94b931698fc277012d613f8219350dd463b2a557 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.