From dd74a83044bda9711ed0b5c0b48e9f5106c0ebaf Mon Sep 17 00:00:00 2001 From: Elizabeth Engelman <4752801+elizabethengelman@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:21:22 -0500 Subject: [PATCH] Update docs/getting-started/setup.mdx Co-authored-by: Elliot Voris --- docs/getting-started/setup.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/setup.mdx b/docs/getting-started/setup.mdx index f8611f22..e145c802 100644 --- a/docs/getting-started/setup.mdx +++ b/docs/getting-started/setup.mdx @@ -155,8 +155,8 @@ soroban network add --global testnet \ --network-passphrase "Test SDF Network ; September 2015" ``` -Note the `--global` flag. This creates a file in your home folder's `/.config/soroban/network/testnet.toml` with the settings you specified. This -means that you can use the `--network testnet` flag in any Soroban CLI command to use this network. +Note the `--global` flag. This creates a file in your home folder's `~/.config/soroban/network/testnet.toml` with the settings you specified. This +means that you can use the `--network testnet` flag in any Soroban CLI command to use this network from any directory or filepath on your system. If you want project-specific network configurations, you can omit the `--global` flag, and the networks will be added to your working directory's `.soroban/network` folder instead.