Skip to content

Commit 6deaa87

Browse files
committed
mention fpm in build from source docs, Closes grafana#2145
1 parent 5562651 commit 6deaa87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/sources/project/building_from_source.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ bra run
5858
Open grafana in your browser (default http://localhost:3000) and login with admin user (default user/pass = admin/admin).
5959

6060
## Creating optimized release packages
61+
This step builds linux packages and requires that fpm is installed. Install fpm via `gem install fpm`.
62+
6163
```
6264
go run build.go build package
6365
```

0 commit comments

Comments
 (0)