diff --git a/docs/getting-started/setup.mdx b/docs/getting-started/setup.mdx index f8611f22..1340286c 100644 --- a/docs/getting-started/setup.mdx +++ b/docs/getting-started/setup.mdx @@ -155,7 +155,7 @@ 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 +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. 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.