Skip to content

Commit 964f7ab

Browse files
committed
Fix instructions for installing goreman.
Signed-off-by: James Blair <mail@jamesblair.net>
1 parent f53bc78 commit 964f7ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎content/en/docs/v3.4/dev-guide/local_cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ A `Procfile` at the base of the etcd git repository is provided to easily config
5252
1. Install `goreman` to control Procfile-based applications:
5353
5454
```
55-
$ go get github.com/mattn/goreman
55+
$ go install github.com/mattn/goreman@latest
5656
```
5757
5858
2. Start a cluster with `goreman` using etcd's stock Procfile:

‎content/en/docs/v3.5/dev-guide/local_cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ A `Procfile` at the base of the etcd git repository is provided to easily config
5252
1. Install `goreman` to control Procfile-based applications:
5353
5454
```
55-
$ go get github.com/mattn/goreman
55+
$ go install github.com/mattn/goreman@latest
5656
```
5757
5858
2. Start a cluster with `goreman` using etcd's stock Procfile:

‎content/en/docs/v3.6/dev-guide/local_cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ A `Procfile` at the base of the etcd git repository is provided to easily config
5252
1. Install `goreman` to control Procfile-based applications:
5353
5454
```
55-
$ go get github.com/mattn/goreman
55+
$ go install github.com/mattn/goreman@latest
5656
```
5757
5858
2. Start a cluster with `goreman` using etcd's stock Procfile:

0 commit comments

Comments
 (0)