mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #14207 from ahrtr/dev_guide_local_cluster
Update goreman installation command in local_cluster.md
This commit is contained in:
commit
9609a46629
@ -48,8 +48,9 @@ A `Procfile` at the base of the etcd git repository is provided to easily config
|
||||
1. Install `goreman` to control Procfile-based applications:
|
||||
|
||||
```
|
||||
$ go get github.com/mattn/goreman
|
||||
$ go install github.com/mattn/goreman@latest
|
||||
```
|
||||
The installation will place executables in the $GOPATH/bin. If $GOPATH environment variable is not set, the tool will be installed into the $HOME/go/bin. Make sure that $PATH is set accordingly in your environment.
|
||||
|
||||
2. Start a cluster with `goreman` using etcd's stock Procfile:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user