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):