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 authored Mar 4, 2024
1 parent c35477b commit c8b7498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c8b7498

Please sign in to comment.