From 71aecbbfd1d2246aae9376cb1dcc03f1e4649026 Mon Sep 17 00:00:00 2001 From: Clay-Mysten <100217682+Clay-Mysten@users.noreply.github.com> Date: Tue, 26 Jul 2022 09:39:52 -0700 Subject: [PATCH] Add connect to RPC server to Sui tokens section of Install docs (#3503) * Add start Sui network step to Sui tokens section of Install docs * Remove separate step and indicate may be prompted to connect to RPC server --- doc/src/build/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/build/install.md b/doc/src/build/install.md index 7a1e27f9432bf..910e45c7769e1 100644 --- a/doc/src/build/install.md +++ b/doc/src/build/install.md @@ -226,7 +226,7 @@ To [experiment with Devnet](../explore/devnet.md) or [use the Sui Wallet Browser To request SUI test tokens: 1. Join the [Sui Discord](https://discord.com/invite/sui) If you haven’t already. -1. Identify your address through either the Sui Wallet Browser Extension or by running the command: +1. Identify your address through either the Sui Wallet Browser Extension or by running the following command and electing to connect to a Sui RPC server if prompted: ```shell $ sui client active-address ```