We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5562651 commit 6deaa87Copy full SHA for 6deaa87
docs/sources/project/building_from_source.md
@@ -58,6 +58,8 @@ bra run
58
Open grafana in your browser (default http://localhost:3000) and login with admin user (default user/pass = admin/admin).
59
60
## Creating optimized release packages
61
+This step builds linux packages and requires that fpm is installed. Install fpm via `gem install fpm`.
62
+
63
```
64
go run build.go build package
65
0 commit comments