From 4c7bced34e6c6edb2df646f4d398b2fea11b5796 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 21 Aug 2016 17:14:59 -0400 Subject: [PATCH] local_cluster: make it clear where Procfile is It isn't clear where to start with these instructions, fix this. --- Documentation/dev-guide/local_cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dev-guide/local_cluster.md b/Documentation/dev-guide/local_cluster.md index c721f1367..6e8af394a 100644 --- a/Documentation/dev-guide/local_cluster.md +++ b/Documentation/dev-guide/local_cluster.md @@ -28,7 +28,7 @@ bar ## Local multi-member cluster -A Procfile is provided to easily set up a local multi-member cluster. Start a multi-member cluster with a few commands: +A `Procfile` at the base of this git repo is provided to easily set up a local multi-member cluster. To start a multi-member cluster go to the root of an etcd source tree and run: ``` # install goreman program to control Profile-based applications.