mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-23 19:56:18 -08:00
Add warning about tarballs.
This commit is contained in:
parent
04a078f5d4
commit
f81cbb00c6
|
@ -32,6 +32,11 @@ it will be the recommended way of installing Prometheus.
|
||||||
|
|
||||||
### Use `make`
|
### Use `make`
|
||||||
|
|
||||||
|
Clone the repository in the usual way with `git clone`. _Do not
|
||||||
|
download and unpack the source archives provided by GitHub._ (The
|
||||||
|
makefile depends on running in a git repository. This will be fixed
|
||||||
|
eventually.)
|
||||||
|
|
||||||
In most circumstances, the following should work:
|
In most circumstances, the following should work:
|
||||||
|
|
||||||
$ make build
|
$ make build
|
||||||
|
|
Loading…
Reference in a new issue