Skip to content

Commit

Permalink
Removing duplicate section on building OS packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed May 26, 2016
1 parent 8524263 commit b0da370
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,20 +102,6 @@ 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, 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
gem install fpm
npm run build:ospackages
```

To specify a package to build you can add `rpm` or `deb` as an argument.
```sh
npm run build:ospackages -- --rpm
```

### Functional UI Testing

#### Handy references
Expand Down

0 comments on commit b0da370

Please sign in to comment.