From 0718a55ab1f338eace88a7db6c5cd8bf8aab76e1 Mon Sep 17 00:00:00 2001 From: norimicry Date: Sun, 24 Mar 2024 14:15:02 -0400 Subject: [PATCH] Revised environment variables in README.md The environment variables under the VNC section in README.md have been reformatted for improved readability. Additionally, provided some comments aid better understanding of the configuration. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 34db9c0..3e1b994 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,11 @@ they set. ``` environment: - - "VNC_PASSWORD=insecure" - - "DISPLAY_HEIGHT=900" - - "DISPLAY_WIDTH=1200" + ## VNC + - VNC_PASSWORD=insecure + - DISPLAY_HEIGHT=900 + - DISPLAY_WIDTH=1200 + ## Always On Server mod # Removing this will probably defeat the point of ever using this? - ENABLE_ALWAYSONSERVER_MOD=${ENABLE_ALWAYSONSERVER_MOD-true}