Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/run/start/quickstart_alone.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The private key shares can be created centrally and distributed securely to each

```shell
docker run --rm -v "$(pwd):/opt/charon" obolnetwork/charon:v1.2.0 create cluster \
--nodes=4 \
--nodes=6 \
--network=holesky \
--num-validators=1 \
--name="Quickstart Guide Cluster" \
Expand Down
Loading