From 8733398e27a489dfa26b2bce842f223d867f636f Mon Sep 17 00:00:00 2001 From: Colin Jones Date: Wed, 27 Oct 2010 17:38:34 -0500 Subject: [PATCH] Remove bogus link to download Clojure jar. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2dcd43b..880baae 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,10 @@ The only things you need to run the Clojure Koans are: - JRE 1.5 or higher - clojure-1.2.0.jar - (http://github.com/downloads/relevance/functional-koans/clojure-1.2.0.jar) clojure-1.2.0.jar needs to be placed in a directory `lib` under this project. -You can also use leiningen (http://github.com/technomancy/leiningen) to +You can use leiningen (http://github.com/technomancy/leiningen) to automatically install the clojure-1.2.0.jar in the right place. After you have leiningen installed, run