瀏覽代碼

mention fpm in build from source docs, Closes #2145

Torkel Ödegaard 10 年之前
父節點
當前提交
6deaa87a4c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/sources/project/building_from_source.md

+ 2 - 0
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
 ```