Merge pull request #24 from EOSIO/update_readme

update readme to add an option to reset the chain
This commit is contained in:
vzqzhang
2020-06-19 16:21:29 -07:00
committed by GitHub
+1 -1
View File
@@ -117,7 +117,7 @@ To remove the existing chain and create another:
```
rm -rf ~/eosio/chain
nodeos --config-dir ~/eosio/chain/config --data-dir ~/eosio/chain/data -e -p eosio --plugin eosio::chain_api_plugin
nodeos --config-dir ~/eosio/chain/config --data-dir ~/eosio/chain/data -e -p eosio --plugin eosio::chain_api_plugin --contracts-console
```