diff options
| author | Emīls <emils@mullvad.net> | 2020-03-25 15:05:27 +0000 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2020-04-27 11:17:00 +0100 |
| commit | 2208d40ff4e58860beb9fe3a1d8ac86f3bce6062 (patch) | |
| tree | 3f5cbeeb2afd125f78c75ed0d4fb3cc7850459e1 /README.md | |
| parent | ec78c8b482daa80418d8ec979462628346f913c5 (diff) | |
| download | mullvadvpn-2208d40ff4e58860beb9fe3a1d8ac86f3bce6062.tar.xz mullvadvpn-2208d40ff4e58860beb9fe3a1d8ac86f3bce6062.zip | |
Use REST endpoint for relay list in buildscript
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -279,13 +279,9 @@ sections. ## Building and running mullvad-daemon on desktop -1. Firstly, one should source `env.sh` to set the default environment variables. - One can also source the variables on Powershell with `env.ps1`, - however most of our scripts require bash. +1. Firstly, on MacOS and Linux, one should source `env.sh` to set the default environment variables. ```bash source env.sh - # Or if you use Powershell: - . .\env.ps1 ``` 1. If you are on Windows, then you have to build the C++ libraries before compiling the daemon: |
