summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3a7a47dc19..dbfd34217d 100644
--- a/README.md
+++ b/README.md
@@ -187,9 +187,15 @@ Please note that the GUI needs a running daemon to connect to in order to work.
[Building and running mullvad-daemon](#building-and-running-mullvad-daemon) for instruction on how
to do that before starting the GUI.
-The GUI will need to resolve the path to the `problem-report` tool. In development mode this
-defaults to `<repo>/target/debug/`, but can be configured with the `MULLVAD_PATH` environment
-variable.
+### Supported environment variables
+
+1. `MULLVAD_PATH` - Allows changing the path to the folder with the `problem-report` tool when
+ running in development mode. Defaults to: `<repo>/target/debug/`.
+
+1. `MULLVAD_LOCALE` - Allows changing the UI locale, for example:
+ ```
+ MULLVAD_LOCALE=en-US ./mullvad-vpn
+ ```
## Making a release