mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Update README.md.
This commit is contained in:
parent
9268bf9d36
commit
d989415c42
21
README.md
21
README.md
|
@ -24,18 +24,23 @@ Prometheus' main distinguishing features as compared to other monitoring systems
|
||||||
|
|
||||||
There are various ways of installing Prometheus.
|
There are various ways of installing Prometheus.
|
||||||
|
|
||||||
### Precompiled packages
|
### Precompiled binaries
|
||||||
|
|
||||||
We plan to provide precompiled binaries for various platforms and even
|
Precompiled binaries for released versions are available in the
|
||||||
packages for common Linux distributions soon. Once those are offered,
|
[*releases* section](https://github.com/prometheus/prometheus/releases)
|
||||||
it will be the recommended way of installing Prometheus.
|
of the GitHub repository. Using the latest production release binary
|
||||||
|
is the recommended way of installing Prometheus.
|
||||||
|
|
||||||
|
Debian and RPM packages are being worked on.
|
||||||
|
|
||||||
### Use `make`
|
### Use `make`
|
||||||
|
|
||||||
Clone the repository in the usual way with `git clone`. _Do not
|
Clone the repository in the usual way with `git clone`. (If you
|
||||||
download and unpack the source archives provided by GitHub._ (The
|
download and unpack the source archives provided by GitHub instead of
|
||||||
makefile depends on running in a git repository. This will be fixed
|
using `git clone`, you need to set an environment variable `VERSION`
|
||||||
eventually.)
|
to make the below work. See
|
||||||
|
[issue #609](https://github.com/prometheus/prometheus/issues/609) for
|
||||||
|
context.)
|
||||||
|
|
||||||
In most circumstances, the following should work:
|
In most circumstances, the following should work:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue