File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ A `Procfile` at the base of the etcd git repository is provided to easily config
52
52
1. Install `goreman` to control Procfile-based applications:
53
53
54
54
```
55
- $ go get github.com/mattn/goreman
55
+ $ go install github.com/mattn/goreman@latest
56
56
```
57
57
58
58
2. Start a cluster with `goreman` using etcd's stock Procfile:
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ A `Procfile` at the base of the etcd git repository is provided to easily config
52
52
1. Install `goreman` to control Procfile-based applications:
53
53
54
54
```
55
- $ go get github.com/mattn/goreman
55
+ $ go install github.com/mattn/goreman@latest
56
56
```
57
57
58
58
2. Start a cluster with `goreman` using etcd's stock Procfile:
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ A `Procfile` at the base of the etcd git repository is provided to easily config
52
52
1. Install `goreman` to control Procfile-based applications:
53
53
54
54
```
55
- $ go get github.com/mattn/goreman
55
+ $ go install github.com/mattn/goreman@latest
56
56
```
57
57
58
58
2. Start a cluster with `goreman` using etcd's stock Procfile:
You can’t perform that action at this time.
0 commit comments