Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
qorus
prometheus
Commits
d989415c
Commit
d989415c
authored
May 22, 2015
by
beorn7
Browse files
Update README.md.
parent
9268bf9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d989415c
...
...
@@ -24,18 +24,23 @@ Prometheus' main distinguishing features as compared to other monitoring systems
There are various ways of installing Prometheus.
### Precompiled
packag
es
### Precompiled
binari
es
We plan to provide precompiled binaries for various platforms and even
packages for common Linux distributions soon. Once those are offered,
it will be the recommended way of installing Prometheus.
Precompiled binaries for released versions are available in the
[
*releases* section
](
https://github.com/prometheus/prometheus/releases
)
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`
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.)
Clone the repository in the usual way with
`git clone`
. (If you
download and unpack the source archives provided by GitHub instead of
using
`git clone`
, you need to set an environment variable
`VERSION`
to make the below work. See
[
issue #609
](
https://github.com/prometheus/prometheus/issues/609
)
for
context.)
In most circumstances, the following should work:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment