diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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\ |