From 328e1d733ac78f9d9b81a11bf3bbc3d8e44bc283 Mon Sep 17 00:00:00 2001 From: Fabian Reinartz Date: Fri, 5 Feb 2016 11:30:31 +0100 Subject: [PATCH] Change `make` to `make build` For building from source as an end user running the tests is not necessary. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8531a6b567..a7c3be6440 100644 --- a/README.md +++ b/README.md @@ -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: