Skip to content

Commit a941d08

Browse files
authored
Change number of nodes in create cluster command (#488)
1 parent 14d083f commit a941d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/run/start/quickstart_alone.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The private key shares can be created centrally and distributed securely to each
5959

6060
```shell
6161
docker run --rm -v "$(pwd):/opt/charon" obolnetwork/charon:v1.2.0 create cluster \
62-
--nodes=4 \
62+
--nodes=6 \
6363
--network=holesky \
6464
--num-validators=1 \
6565
--name="Quickstart Guide Cluster" \

0 commit comments

Comments
 (0)