Skip to content

Commit

Permalink
genesis.md: use correct cmd name git -> sui
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Aug 4, 2022
1 parent 4ed786f commit f1c9789
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/sui/genesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $ git push # either to the shared workspace or another branch followed by a PR
Add configuration for any initial gas objects that should be created at genesis.

```
$ git genesis-ceremony add-gas-object \
$ sui genesis-ceremony add-gas-object \
--address <SuiAddress> \
--object-id <ObjectId> \
--valud <# of sui coins>
Expand All @@ -77,7 +77,7 @@ $ git push
Once all validators and gas objects have been added, the MC can build the genesis object:

```
$ git genesis-ceremony build
$ sui genesis-ceremony build
$ git add .
$ git commit -m "build genesis"
$ git push
Expand All @@ -88,7 +88,7 @@ $ git push
Once genesis is built each validator will need to verify and sign genesis:

```
$ git genesis-ceremony verify-and-sign \
$ sui genesis-ceremony verify-and-sign \
--key-file <path to key file>
$ git add .
$ git commit -m "sign genesis"
Expand All @@ -101,5 +101,5 @@ Once all validators have successfully verified and signed genesis, the MC can fi
and then the genesis state can be distributed:

```
$ git genesis-ceremony finalize
$ sui genesis-ceremony finalize
```

0 comments on commit f1c9789

Please sign in to comment.