From ee0c3dbedee0acf67d2e719f3215ef0780742473 Mon Sep 17 00:00:00 2001 From: Andrei Biasprozvanny Date: Tue, 25 Aug 2015 16:50:35 +0100 Subject: [PATCH] Updated Readme to include before-script.sh when running the tests --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d237fba..ed49440 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,8 @@ Monger is part of the [group of Clojure libraries known as ClojureWerkz](http:// Monger uses [Leiningen 2](https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md). Make sure you have it installed and then run tests against supported Clojure versions using - + + ./bin/ci/before_script.sh lein all do clean, javac, test Then create a branch and make your changes on it. Once you are done with your changes and all tests pass, submit a pull request