Skip to content
Open
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 Samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ swift run --package-path Samples SWIMNIOSampleCluster --port 7001
which spawns a node on `127.0.0.1:7001`, to spawn another node to join it and form a two node cluster you can:

```bash
swift run --package-path Samples SWIMNIOSampleCluster --port 7002 --initial-contact-points 127.0.0.1:7001,127.0.0.1:8888
swift run --package-path Samples SWIMNIOSampleCluster --port 7002 --initial-contact-points 127.0.0.1:7001,127.0.0.1:7003

# you can list multiple peers as contact points like this:
swift run --package-path Samples SWIMNIOSampleCluster --port 7003 --initial-contact-points 127.0.0.1:7001,127.0.0.1:7002
Expand Down