Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Update docs/getting-started/setup.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Elliot Voris <[email protected]>
  • Loading branch information
elizabethengelman and ElliotFriend committed Mar 4, 2024
1 parent c35477b commit dd74a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit dd74a83

Please sign in to comment.