update tm command from node to start (#6283)

This commit is contained in:
Callum Waters
2021-03-29 11:13:24 +02:00
committed by GitHub
parent d988cd6101
commit 63f6c26072
6 changed files with 20 additions and 20 deletions
+4 -4
View File
@@ -64,12 +64,12 @@ before, use:
```sh
tendermint init
tendermint node
tendermint start
```
If you have used Tendermint, you may want to reset the data for a new
blockchain by running `tendermint unsafe_reset_all`. Then you can run
`tendermint node` to start Tendermint, and connect to the app. For more
`tendermint start` to start Tendermint, and connect to the app. For more
details, see [the guide on using Tendermint](../tendermint-core/using-tendermint.md).
You should see Tendermint making blocks! We can get the status of our
@@ -202,7 +202,7 @@ In another window, reset then start Tendermint:
```sh
tendermint unsafe_reset_all
tendermint node
tendermint start
```
Once again, you can see the blocks streaming by. Let's send some
@@ -277,7 +277,7 @@ In another window, reset and start `tendermint`:
```sh
tendermint unsafe_reset_all
tendermint node
tendermint start
```
Once again, you should see blocks streaming by - but now, our