Skip to content

Commit

Permalink
README.md: add missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopelka committed Feb 18, 2016
1 parent c1b4409 commit f7155a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $ gem2rpm -T > rubygem-GEM.spec.template
Now you can edit the template and then run gem2rpm to generate the spec file using the edited template:

```
$ gem2rpm -t rubygem-GEM.spec.template > rubygem-GEM.spec
$ gem2rpm -t rubygem-GEM.spec.template GEM-1.2.3.gem > rubygem-GEM.spec
```

With this new template you can now build your RPM as usual and when a new version of the gem becomes available, you just edit the saved template and rerun gem2rpm over it.
Expand Down

0 comments on commit f7155a8

Please sign in to comment.