summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-08-27 14:37:04 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-27 14:37:04 -0400
commit8ac8610d843e52cd9be4104095d079878d1fc09a (patch)
tree3d01b220b68c8e9b3247e51c951dc5e79cda59e7 /Makefile
parent1dc641bbcf53f4c9f9ba800060d74d32643adc8c (diff)
clarify node startup procedure for 'make dev'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d8b1c36a..2e035ee5 100644
--- a/Makefile
+++ b/Makefile
@@ -41,9 +41,9 @@ dev: compile
@echo "==> Building development node #3 (ports 35984/35986)"
@./rebar generate target_dir=dev3 overlay_vars=dev3.config
@echo "\n\
-Development nodes are built, and can be started using the dbcore scripts in\n\
-./rel/dev[123]/bin. Once the nodes are started, they must be joined together\n\
-by editing the local nodes DB. For example, executing\n\
+Development nodes are built, and can be started using ./rel/dev[123]/bin/dbcore.\n\
+Once the nodes are started, they must be joined together by editing the local\n\
+nodes DB. For example, executing\n\
\n\
curl localhost:15986/nodes/dev2@127.0.0.1 -X PUT -d '{}'\n\
curl localhost:15986/nodes/dev3@127.0.0.1 -X PUT -d '{}'\n\