Merge pull request #119 from tommireinikainen/update-contributing-md

Minor updates to CONTRIBUTING.md
This commit is contained in:
Michael Klishin 2015-09-25 03:24:39 -07:00
commit 2dc5e92b0c

View file

@ -1,10 +1,11 @@
## Pre-requisites ## Pre-requisites
The project uses [Leiningen 2](https://leiningen.org) and requires MongoDB `2.4+` to be running The project uses [Leiningen 2](http://leiningen.org) and requires a recent MongoDB to be running
locally. Make locally. Make sure you have those two installed and then run tests against all supported Clojure versions using
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 ## Pull Requests