Skip to content

Commit

Permalink
How to start simulation using leiningen
Browse files Browse the repository at this point in the history
  • Loading branch information
klang committed Jun 3, 2010
1 parent bce25f8 commit acbeef4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Robert C. Martin
Executing with the command: java -cp <CLJLIB>/clojure.jar:<CLJLIB>clojure-contrib.jar clojure.main src/orbit/run.clj
where CLJLIB is the directory that holds the jar files for clojure.

or, with leiningen:

lein deps
lein repl
(load "orbit/run")

Commands:
q Quit
+ zoom in
Expand Down

0 comments on commit acbeef4

Please sign in to comment.