From 0e16942983cf0c929110961b162a6c961cce521d Mon Sep 17 00:00:00 2001 From: Eliot Sykes Date: Sat, 21 Nov 2015 11:31:37 +0000 Subject: [PATCH] Developer Setup Docs [ci skip] --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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)