From bc2f870efb53a1d24f015d6a20064c51e534740e Mon Sep 17 00:00:00 2001 From: MacLane Wilkison Date: Wed, 24 Apr 2019 15:02:59 -0700 Subject: [PATCH] Add devnet domain and seednode information. --- docs/source/guides/quickstart.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/source/guides/quickstart.md b/docs/source/guides/quickstart.md index 793163b54..f9e84b559 100644 --- a/docs/source/guides/quickstart.md +++ b/docs/source/guides/quickstart.md @@ -23,11 +23,13 @@ $ nucypher ursula init --federated-only ### Run a Persistent Ursula ```bash -$ nucypher ursula run --teacher-uri --federated-only +$ nucypher ursula run --network --teacher-uri --federated-only ``` -Replace `` with the URI of a node running on the network and domain you want -to connect to (for example `0.0.0.0:9151` or `0xdeadbeef@0.0.0.0:9151`). +Replace `` with the network domain and `` with the URI of a node running on that network +domain you want to connect to (for example `0.0.0.0:9151` or `0xdeadbeef@0.0.0.0:9151`). + +If you're connecting to the `devnet`, you should use `--network devnet --teacher-uri 18.222.119.242:9151`. ### Run a Geth-Connected Development Ursula