mention fpm in build from source docs, Closes #2145

This commit is contained in:
Torkel Ödegaard 2015-06-11 07:59:57 +02:00
parent 5562651ef0
commit 6deaa87a4c

View File

@ -58,6 +58,8 @@ bra run
Open grafana in your browser (default http://localhost:3000) and login with admin user (default user/pass = admin/admin).
## Creating optimized release packages
This step builds linux packages and requires that fpm is installed. Install fpm via `gem install fpm`.
```
go run build.go build package
```