updating readme and removing runner since lein run works now

This commit is contained in:
Aaron Bedra 2010-02-08 00:25:18 -05:00
parent 6defe87b0b
commit 012d86b382
2 changed files with 1 additions and 12 deletions

View File

@ -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

View File

@ -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