Skip to content

Commit

Permalink
Update using-docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidiw authored May 15, 2022
1 parent 44a1c7f commit b0666b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This is all the info you need to register on our community website later.
```
aptos genesis set-validator-configuration \
--keys-dir ~/$WORKSPACE --local-repository-dir ~/$WORKSPACE \
--username <pick a username for your node> \
--username <select a username for your node> \
--validator-host <Validator Node IP / DNS address>:<Port> \
--full-node-host <Full Node IP / DNS address>:<Port>
Expand Down Expand Up @@ -93,7 +93,7 @@ This is all the info you need to register on our community website later.
---
root_key: "0x5243ca72b0766d9e9cbf2debf6153443b01a1e0e6d086c7ea206eaf6f8043956"
users:
- <username you created in step 5>
- <username you specified in step 5>
chain_id: 23
```
Expand Down

0 comments on commit b0666b6

Please sign in to comment.