From 012d86b38279e42e99c6606be17cb0fb47b1f6d4 Mon Sep 17 00:00:00 2001 From: Aaron Bedra Date: Mon, 8 Feb 2010 00:25:18 -0500 Subject: [PATCH] updating readme and removing runner since lein run works now --- README.markdown | 4 +--- path_to_enlightenment | 9 --------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100755 path_to_enlightenment diff --git a/README.markdown b/README.markdown index 8d2b125..b71b222 100644 --- a/README.markdown +++ b/README.markdown @@ -14,6 +14,4 @@ which will download all dependencies you need to run the clojure koans. To run the koans, simply run -path_to_englightenment - -which will start path_to_enlightenment.clj. +lein run diff --git a/path_to_enlightenment b/path_to_enlightenment deleted file mode 100755 index dfba636..0000000 --- a/path_to_enlightenment +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -CLASSPATH=. - -for f in lib/*.jar; do - CLASSPATH=$CLASSPATH:$f -done - -java -cp $CLASSPATH clojure.main -i koans/path_to_enlightenment.clj