summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2018-07-18 10:22:20 +0100
committerEmīls Piņķis <emils@mullvad.net>2018-07-18 11:26:06 +0100
commita5aa5086dc173f060b12eb93faef7b97899ed8ee (patch)
tree593b393fe2db1c9e04527771fda4e7c39998871b
parent029e76ebb927ca7152c0cfe05b56265999c055c0 (diff)
downloadmullvadvpn-a5aa5086dc173f060b12eb93faef7b97899ed8ee.tar.xz
mullvadvpn-a5aa5086dc173f060b12eb93faef7b97899ed8ee.zip
Remove relay list instructions from README
-rw-r--r--README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/README.md b/README.md
index 32fbd659bf..bc24134909 100644
--- a/README.md
+++ b/README.md
@@ -85,15 +85,6 @@ homebrew:
cargo build
```
-1. Get the latest list of Mullvad relays:
- ```bash
- curl -X POST \
- -H "Content-Type: application/json" \
- -d '{"jsonrpc": "2.0", "id": "0", "method": "relay_list"}' \
- https://api.mullvad.net/rpc/ \
- -o dist-assets/relays.json
- ```
-
1. Run the daemon debug binary with verbose logging to the terminal with:
```
sudo MULLVAD_RESOURCE_DIR="./dist-assets" ./target/debug/mullvad-daemon -vv