mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-27 08:23:28 +00:00
Merge pull request #215 from RichiH/patch-1
README.md: List dependencies
This commit is contained in:
commit
3c15d0fc96
12
README.md
12
README.md
@ -5,6 +5,18 @@ is incompatible to the present version 0.0.4. The only backport was the API endp
|
||||
|
||||
## Installation
|
||||
|
||||
### Dependencies
|
||||
|
||||
Debian family:
|
||||
|
||||
sudo apt-get install build-essential libc6-dev
|
||||
|
||||
Red Hat family:
|
||||
|
||||
yum install glibc-static
|
||||
|
||||
### Compiling the binary
|
||||
|
||||
The current version has to be run from the repository folder as UI assets and notification templates are not yet statically compiled into the binary.
|
||||
|
||||
You can either `go get` it:
|
||||
|
Loading…
Reference in New Issue
Block a user