mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-03 12:12:18 +00:00
Fixed the go install command (#513)
This commit is contained in:
parent
9396976771
commit
ab831348f1
@ -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>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user