diff --git a/README.md b/README.md index 149da0ed..e707fbbd 100644 --- a/README.md +++ b/README.md @@ -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)