summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2020-03-25 15:05:27 +0000
committerEmīls Piņķis <emils@mullvad.net>2020-04-27 11:17:00 +0100
commit2208d40ff4e58860beb9fe3a1d8ac86f3bce6062 (patch)
tree3f5cbeeb2afd125f78c75ed0d4fb3cc7850459e1 /README.md
parentec78c8b482daa80418d8ec979462628346f913c5 (diff)
downloadmullvadvpn-2208d40ff4e58860beb9fe3a1d8ac86f3bce6062.tar.xz
mullvadvpn-2208d40ff4e58860beb9fe3a1d8ac86f3bce6062.zip
Use REST endpoint for relay list in buildscript
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 692bd8c22d..0c75b4ea1a 100644
--- a/README.md
+++ b/README.md
@@ -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: