Skip to content

Commit df0cad1

Browse files
committed
Updating instructions for building OS packages
1 parent d3572d6 commit df0cad1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ npm run test:ui:runner
184184

185185
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.
186186
```sh
187-
gem install pleaserun
188-
apt-get install ruby-dev
189-
gem install fpm
187+
apt-get install ruby-dev rpm
188+
gem install fpm -v 1.5.0 # required by pleaserun 0.0.16
189+
gem install pleaserun -v 0.0.16 # higher versions fail at the moment
190190
npm run build:ospackages
191191
```
192192

0 commit comments

Comments
 (0)