From 478118497cfcb9ca4cde2e837a0194d085d01002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n?= Date: Mon, 14 Oct 2013 19:14:14 +0200 Subject: [PATCH] A little lit bit easy to read I have only reordered to parameters to be according to the first instance executed. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 377bb403d..4f8b52185 100644 --- a/README.md +++ b/README.md @@ -416,8 +416,8 @@ A similar argument `-sl` is used to setup the listening address for the server p Let the join two more nodes to this cluster using the -C argument: ```sh -./etcd -c 127.0.0.1:4002 -s 127.0.0.1:7002 -C 127.0.0.1:7001 -d nodes/node2 -n node2 -./etcd -c 127.0.0.1:4003 -s 127.0.0.1:7003 -C 127.0.0.1:7001 -d nodes/node3 -n node3 +./etcd -s 127.0.0.1:7002 -c 127.0.0.1:4002 -C 127.0.0.1:7001 -d nodes/node2 -n node2 +./etcd -s 127.0.0.1:7003 -c 127.0.0.1:4003 -C 127.0.0.1:7001 -d nodes/node3 -n node3 ``` Get the machines in the cluster: