mention fpm in build from source docs, Closes #2145

pull/2158/head
Torkel Ödegaard 11 years ago
parent 5562651ef0
commit 6deaa87a4c
  1. 2
      docs/sources/project/building_from_source.md

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

Loading…
Cancel
Save