Skip to content

Commit

Permalink
Add alternative method to create gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
FonsRademakers committed Aug 22, 2013
1 parent 80cc1ef commit df26f7f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,13 @@ bundle install
rake # Run specs
```

or

```bash
gem build git-commit-notifier.gemspec
[sudo] gem install git-commit-notifier-0.11.10.gem
```

Now you can create test configuration file (example provided in `config` directory) and test your code over any test repository in this manner:

```bash
Expand Down

0 comments on commit df26f7f

Please sign in to comment.