modified: README.md
modified: cli/run.go
modified: configfunctions/configfunctions.go
modified: go.mod
modified: go.sum
This commit is contained in:
parent
eea81cebad
commit
0a77f9a78c
5 changed files with 11 additions and 10 deletions
10
README.md
10
README.md
|
|
@ -16,11 +16,15 @@ The binary exposes several flags. To generate configuration files and keys for a
|
|||
new node run:
|
||||
|
||||
```bash
|
||||
go run . init --mode genesis
|
||||
go run . init genesis
|
||||
```
|
||||
|
||||
For joining an existing network use `--mode join` instead. Once configured you
|
||||
can start the node with:
|
||||
For joining an existing network use `init join` instead:
|
||||
```bash
|
||||
go run . init join <path to genesis.json>
|
||||
```
|
||||
|
||||
Once configured you can start the node with:
|
||||
|
||||
```bash
|
||||
go run .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue