Skip to content

Commit

Permalink
[doc] A small change to README
Browse files Browse the repository at this point in the history
update --local-account-dir args to ~/.starcoin/main/account_vaults
  • Loading branch information
jolestar authored Apr 8, 2022
1 parent 0986ffc commit f69a58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ starcoin --connect ws://main.seed.starcoin.org:9870 console
Connect to the main network seed nodes and use a local account database for using Account-related commands

```shell
starcoin --connect ws://main.seed.starcoin.org:9870 --local-account-dir ~/.starcoin/account_vaults console
starcoin --connect ws://main.seed.starcoin.org:9870 --local-account-dir ~/.starcoin/main/account_vaults console
```

More detailed test network info please read [Join starcoin test network](https://developer.starcoin.org/en/setup/runnetwork/).
Expand Down

0 comments on commit f69a58a

Please sign in to comment.