Merge pull request from RichiH/patch-1

README.md: List dependencies
This commit is contained in:
Fabian Reinartz 2016-01-07 15:30:43 +01:00
commit 3c15d0fc96

View File

@ -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: