diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e50cc51..6390f13 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,10 +1,11 @@ ## Pre-requisites -The project uses [Leiningen 2](https://leiningen.org) and requires MongoDB `2.4+` to be running -locally. Make -sure you have those two installed and then run tests against all supported Clojure versions using +The project uses [Leiningen 2](http://leiningen.org) and requires a recent MongoDB to be running +locally. Make sure you have those two installed and then run tests against all supported Clojure versions using + + ./bin/ci/before_script.sh + lein all do clean, javac, test - lein2 all test ## Pull Requests