Skip to content

Commit

Permalink
Updating instructions for building OS packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed May 26, 2016
1 parent d3572d6 commit df0cad1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit df0cad1

Please sign in to comment.