We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d78de commit 53396c8Copy full SHA for 53396c8
simapp/README.md
@@ -16,7 +16,7 @@ in this testnet.
16
`simd` binary inside a new `build` directory. The following instructions are run from inside
17
the `build` directory.
18
2. If you've run `simd` before, you may need to reset your database before starting a new
19
- testnet. You can reset your database with the following command: `$ ./simd unsafe-reset-all`.
+ testnet. You can reset your database with the following command: `$ ./simd tendermint unsafe-reset-all`.
20
3. `$ ./simd init [moniker] --chain-id [chain-id]`. This will initialize a new working directory
21
at the default location `~/.simapp`. You need to provide a "moniker" and a "chain id". These
22
two names can be anything, but you will need to use the same "chain id" in the following steps.
0 commit comments