Skip to content

Commit

Permalink
docs: update run-multi-node command
Browse files Browse the repository at this point in the history
  • Loading branch information
secp256r1 committed Mar 22, 2024
1 parent bf5df4a commit 8cc3a95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/run-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,10 @@ lorenzod --home .testnet/node0/lorenzod --chain-id chain-test \

## Running a multi-node testnet

We provide support for running a multi-node testnet using Docker. To build it
We provide support for running a multi-node testnet using Docker. To build and run it

```console
cp -R .testnets/* build/
docker build -t lorenzo/node .
docker compose up
```

0 comments on commit 8cc3a95

Please sign in to comment.