Skip to content

Commit 6abd860

Browse files
authored
Merge pull request #284 from bitcoin-computer/fix/node-README
Fix/node readme
2 parents 6866c61 + 7021ea8 commit 6abd860

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/node/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ cd monorepo
4141
# Install the dependencies
4242
npm install
4343

44-
# Move to node folder
45-
cd packages/node
46-
4744
# Build the docker image
4845
npm run build-node
4946
```
@@ -70,9 +67,10 @@ cp chain-setup/ltc/regtest/litecoin.conf.example litecoin.conf
7067
npm run up
7168
```
7269

73-
The node will create a `data` folder in the `packages/node` directory. This folder contains the blockchain data and the database.
7470
</font>
7571

72+
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.
73+
7674
### Run the Tests
7775

7876
You can run the integration tests with the command below.

0 commit comments

Comments
 (0)