Merge pull request #237 from cherti/patch-1

fix build command
This commit is contained in:
Fabian Reinartz 2016-02-02 13:54:37 +01:00
commit 8b216995b3

View File

@ -34,7 +34,7 @@ $ mkdir -p $GOPATH/src/github.com/prometheus
$ cd $GOPATH/src/github.com/prometheus
$ git clone https://github.com/prometheus/alertmanager.git
$ cd alertmanager
$ make
$ make build
$ ./alertmanager -config.file=<your_file>
```