diff --git a/packages/node/README.md b/packages/node/README.md index 22eb3b8c6..88441f8aa 100644 --- a/packages/node/README.md +++ b/packages/node/README.md @@ -41,9 +41,6 @@ cd monorepo # Install the dependencies npm install -# Move to node folder -cd packages/node - # Build the docker image npm run build-node ``` @@ -70,9 +67,10 @@ cp chain-setup/ltc/regtest/litecoin.conf.example litecoin.conf npm run up ``` -The node will create a `data` folder in the `packages/node` directory. This folder contains the blockchain data and the database. +The node will create the docker volumes in the `packages/node/chain-setup/**` directory of the selected chain and network. This folder contains the blockchain data and the database. + ### Run the Tests You can run the integration tests with the command below.