summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2018-07-17 11:43:25 +0100
committerEmīls Piņķis <emils@mullvad.net>2018-07-17 11:57:27 +0100
commitf4125b8f3776ecdabd7a7eb0913ae47a39ab5c78 (patch)
treeb5ade94eb9f6f32cc9ca7e64d972edf26b69b9a3
parent6bc56104fe394ae19e053f6ea843ebdeb211a038 (diff)
downloadmullvadvpn-f4125b8f3776ecdabd7a7eb0913ae47a39ab5c78.tar.xz
mullvadvpn-f4125b8f3776ecdabd7a7eb0913ae47a39ab5c78.zip
Replace references to list-relays in README.md
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index e8b2a62fda..32fbd659bf 100644
--- a/README.md
+++ b/README.md
@@ -86,8 +86,12 @@ homebrew:
```
1. Get the latest list of Mullvad relays:
- ```
- ./target/debug/list-relays > dist-assets/relays.json
+ ```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: