summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-03-08 15:39:33 +0100
committerAndrej Mihajlov <and@mullvad.net>2019-03-08 15:57:29 +0100
commit43f0fa67de4c7013f59bce9e3d59fb77ddf2f2f7 (patch)
tree08b739c937db5469b2fc2fc1061e67621dc9bdca
parentc51eb69ea647e8762201a5f25ac1856b8fab9386 (diff)
downloadmullvadvpn-43f0fa67de4c7013f59bce9e3d59fb77ddf2f2f7.tar.xz
mullvadvpn-43f0fa67de4c7013f59bce9e3d59fb77ddf2f2f7.zip
Update README
-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