From ae985481c68bfd038b69178cfe17e9b66979fa0f Mon Sep 17 00:00:00 2001 From: Colin Jones Date: Thu, 27 May 2010 13:22:26 -0500 Subject: [PATCH] provide link to clojure jar & add wording about necessary lib location --- README.markdown | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index c6c852c..9355d63 100644 --- a/README.markdown +++ b/README.markdown @@ -1,21 +1,26 @@ # Functional Koans + ### Getting Started The only things you need to run the Clojure Koans are: - JRE 1.5 or higher -- clojure-1.1.0.jar (available in the Downloads tab on the GitHub project) +- clojure-1.1.0.jar + (http://github.com/downloads/relevance/functional-koans/clojure-1.1.0.jar) -You can also use leiningen (http://github.com/technomancy/leiningen) to install -the clojure-1.1.0.jar. +clojure-1.1.0.jar needs to be placed in a directory `lib` under this project. -After you have leiningen installed run +You can also use leiningen (http://github.com/technomancy/leiningen) to +automatically install the clojure-1.1.0.jar in the right place. + +After you have leiningen installed, run `lein deps` which will download all dependencies you need to run the clojure koans. + ### Running The Koans To run the koans, simply run