Init instructions

Fixes #5778
This commit is contained in:
Jonathan Budzenski 2015-12-28 13:50:24 -06:00 committed by Rashid Khan
parent 8b2a7d9fbd
commit 632535d8d3

View file

@ -102,6 +102,15 @@ The standard `npm run test` task runs several sub tasks and can take several min
</dd>
</dl>
#### OS packages
Packages are built using fpm, pleaserun, dpkg, rpm, and pkgbuild. fpm and pleaserun can be installed using gem.
```sh
gem install pleaserun
gem install fpm
npm run build:ospackages
```
### Functional UI Testing
#### Handy references