updating readme and removing runner since lein run works now
This commit is contained in:
parent
6defe87b0b
commit
012d86b382
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user