diff options
author | Rich Hickey <richhickey@gmail.com> | 2008-12-18 00:52:42 +0000 |
---|---|---|
committer | Rich Hickey <richhickey@gmail.com> | 2008-12-18 00:52:42 +0000 |
commit | 98b43b66f066dcc4fcb726c9120fe9ef82569a0c (patch) | |
tree | 926c357dc051a2dc5c2e9f6bc57c29995a052bfe | |
parent | 857bae581f392f0cab62648e598f76529359fd1f (diff) |
updated readme with run and build lines
-rw-r--r-- | readme.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Docs: http://clojure.org Feedback: http://groups.google.com/group/clojure +To Run java -cp clojure.jar clojure.lang.Repl +To Build: ant + -------------------------------------------------------------------------- This program uses the ASM bytecode engineering library which is distributed with the following notice: |