diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-02-02 11:22:24 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-02-07 09:48:25 +0100 |
| commit | 2e74e833d0a96d0c44368575c8f8c3a1a2d4e0d6 (patch) | |
| tree | 4bca6762a3467c5dc16c41287b4523463b99d59d | |
| parent | 6e43ce3b049aabcd04fb144c2ea33af98ce0e0f4 (diff) | |
| download | mullvadvpn-2e74e833d0a96d0c44368575c8f8c3a1a2d4e0d6.tar.xz mullvadvpn-2e74e833d0a96d0c44368575c8f8c3a1a2d4e0d6.zip | |
Add step to readme about getting the relay list
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -34,6 +34,11 @@ homebrew: cargo build ``` +1. Get the latest list of Mullvad relays: + ``` + ./target/debug/list-relays > dist-assets/relays.json + ``` + 1. Run the backend daemon debug binary with verbose logging to the terminal with: ``` sudo ./target/debug/mullvad-daemon -vv --resource-dir dist-assets/ |
