From 5dd952145b5bb00562852b5c18c4771978fcaf5c Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Fri, 17 Jun 2016 13:09:26 -0700 Subject: [PATCH] Update README.md Add simple build and unit test instructions. Similar to what is in releasing document. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1e790a1..80610bb 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,14 @@ end ``` +#### Build & Unit Test + +First time (from a clean repository): +`bundle install && bundle exec rake` + +Thereafter: +`bundle exec rake spec` + #### Testing To run the integration tests: