Skip to content

Commit 31a6b40

Browse files
author
vincent.ch.cn
committed
fix config
1 parent a65b8ab commit 31a6b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Now initialize a iris-hub chain:
2727
iris node init $MYADDR --home=$HOME/.iris1 --chain-id=test
2828
```
2929

30-
This will create all the files necessary to run a single node chain in `$HOME/.iris1`:
31-
a `config/priv_validator.json` file with the validators private key, and a `config/genesis.json` file
30+
This will create all the files necessary to run a single node chain in `$HOME/.iris1/config`:
31+
a `priv_validator.json` file with the validators private key, and a `genesis.json` file
3232
with the list of validators and accounts. In this case, we have one random validator,
3333
and `$MYADDR` is an independent account that has a bunch of coins.
3434

0 commit comments

Comments
 (0)