From df0cad1874c2560d5f3b18f2600ac251fdac0769 Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Thu, 26 May 2016 08:18:59 -0700 Subject: [PATCH] Updating instructions for building OS packages --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 59c1f9542ebd1..1305577cff46f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ```