Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason McIntosh committed Feb 20, 2018
1 parent f996f1e commit ea71613
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ Compat RPM to get esl-erlang RPMs to provide `erlang` to the RPM Database as wel
## Binary Builds

See [GitHub releases](https://github.com/jasonmcintosh/esl-erlang-compat/releases) for binary builds.

## Building new RPMs
Command (with the right tools installed) to build:
```
cd rpmbuilds
rpmbuild -ba SPECS/esl-erlang-compat.spec
mv ~/rpmbuilds/RPMS/noarch/esl-erlang-compat-19.3.6-1.noarch.rpm ./RPMS/noarch
```

0 comments on commit ea71613

Please sign in to comment.