From 26c702ffd0fc71db973f259239027485332f672d Mon Sep 17 00:00:00 2001 From: Colin Jones Date: Thu, 6 Jan 2011 17:10:47 -0600 Subject: [PATCH] Provide clickable links in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 787e4eb..84d80f6 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ making tests pass! The only things you need to run the Clojure Koans are: - JRE 1.5 or higher -- clojure-1.3.0-alpha3.jar +- [clojure-1.3.0-alpha3.jar](https://github.com/downloads/clojure/clojure/clojure-1.3.0-alpha3.zip) clojure-1.3.0-alpha3.jar needs to be placed in a directory `lib` under this project. -You can use Leiningen (http://github.com/technomancy/leiningen) to +You can use [Leiningen](http://github.com/technomancy/leiningen) to automatically install the Clojure jar in the right place. Leiningen will also get you a couple more jarfiles, including JLine, which allows you some of the functionality of readline (command-line history, for example).