Change `make` to `make build`

For building from source as an end user running the tests is not necessary.
pull/1376/head
Fabian Reinartz 9 years ago
parent facabe254f
commit 328e1d733a

@ -52,7 +52,7 @@ You can also clone the repository yourself and build using `make`:
$ cd $GOPATH/src/github.com/prometheus
$ git clone https://github.com/prometheus/prometheus.git
$ cd prometheus
$ make
$ make build
$ ./prometheus -config.file=your_config.yml
The Makefile provides several targets:

Loading…
Cancel
Save