Fixed the go install command (#513)

This commit is contained in:
Vladimir Pouzanov 2016-09-25 12:34:13 +01:00 committed by Fabian Reinartz
parent 9396976771
commit ab831348f1

View File

@ -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=<your_file>
```