From ff7cf839d8f60a1f14ba27badefcc3ee539169d1 Mon Sep 17 00:00:00 2001 From: Grimes <39311140+solana-grimes@users.noreply.github.com> Date: Thu, 5 Mar 2020 09:37:16 -0800 Subject: [PATCH] Choose a cluster before checking balances (#8666) automerge --- docs/src/remote-wallet/ledger.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/remote-wallet/ledger.md b/docs/src/remote-wallet/ledger.md index 4feea1b2dd..f3741085f8 100644 --- a/docs/src/remote-wallet/ledger.md +++ b/docs/src/remote-wallet/ledger.md @@ -99,6 +99,12 @@ usb://ledger/nano-s/BsNsvfXqQTtJnagwFWdBS7FBXgnsK8VZ5CmuznN85swK?key=0/0 ### Set CLI Configuration +Configure the `solana` CLI tool to connect to a particular cluster: + +```bash +solana config set --url # (i.e. http://devnet.solana.com:8899) +``` + If you want to set a Ledger key as the default signer for CLI commands, use the [CLI configuration settings](../cli/usage.md#solana-config):