Updating instructions for building OS packages

This commit is contained in:
Shaunak Kashyap 2016-05-26 08:18:59 -07:00
parent d3572d695d
commit df0cad1874
No known key found for this signature in database
GPG key ID: 0512E188DDE4FF2A

View file

@ -184,9 +184,9 @@ npm run test:ui:runner
Packages are built using fpm, pleaserun, dpkg, and rpm. fpm and pleaserun can be installed using gem. Package building has only been tested on Linux and is not supported on any other platform.
```sh
gem install pleaserun
apt-get install ruby-dev
gem install fpm
apt-get install ruby-dev rpm
gem install fpm -v 1.5.0 # required by pleaserun 0.0.16
gem install pleaserun -v 0.0.16 # higher versions fail at the moment
npm run build:ospackages
```