diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-03-08 15:39:33 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-03-08 15:57:29 +0100 |
| commit | 43f0fa67de4c7013f59bce9e3d59fb77ddf2f2f7 (patch) | |
| tree | 08b739c937db5469b2fc2fc1061e67621dc9bdca | |
| parent | c51eb69ea647e8762201a5f25ac1856b8fab9386 (diff) | |
| download | mullvadvpn-43f0fa67de4c7013f59bce9e3d59fb77ddf2f2f7.tar.xz mullvadvpn-43f0fa67de4c7013f59bce9e3d59fb77ddf2f2f7.zip | |
Update README
| -rw-r--r-- | README.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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 |
