diff --git a/README.md b/README.md index 034fec2..1df11a5 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ make up ``` To override the archive used to restore the network: ```sh -CHAINSTATE_ARCHIVE=./docker/chainsate_new.tar.zstd make up +CHAINSTATE_ARCHIVE=./docker/chainstate_new.tar.zstd make up ``` To override the chainstate dir and resume a stopped network: *Note*: will not work for the `genesis` chainstate dir and absolute path is required ```sh -CHAINSTATE_DIR=$(pwd)/docker/chainsate/ make up +CHAINSTATE_DIR=$(pwd)/docker/chainstate/ make up ``` ### Start network from genesis