From ab831348f1d795a97c6ccf47dbf889c4aaaf303a Mon Sep 17 00:00:00 2001 From: Vladimir Pouzanov Date: Sun, 25 Sep 2016 12:34:13 +0100 Subject: [PATCH] Fixed the go install command (#513) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef54420c..45db3fd5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Docker images are available on [Quay.io](https://quay.io/repository/prometheus/a You can either `go get` it: ``` -$ GO15VENDOREXPERIMENT=1 go get github.com/prometheus/alertmanager +$ GO15VENDOREXPERIMENT=1 go get github.com/prometheus/alertmanager/cmd/... # cd $GOPATH/src/github.com/prometheus/alertmanager $ alertmanager -config.file= ```