Merge pull request #6235 from coreos/procfile-location

local_cluster: make it clear where Procfile is
release-3.1
Xiang Li 2016-08-21 19:55:50 -07:00 committed by GitHub
commit 0504b277b6
1 changed files with 1 additions and 1 deletions

View File

@ -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.