Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,21 @@ task default: 'bundle:audit'

$ gem install bundler-audit

## Developer Setup

For contributors to bundler-audit, to setup your environment and run the test suite:

```bash
# Fork repo on GitHub, then ...
git clone FORK_URL

cd bundler-audit/

bundle install
rake setup
rake spec
```

## License

Copyright (c) 2013-2015 Hal Brodigan (postmodern.mod3 at gmail.com)
Expand Down