Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Direct link/instruction to standalone jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakan Raberg committed Mar 16, 2012
1 parent 903edca commit c33d0d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.markdown
Expand Up @@ -24,6 +24,10 @@ The script `build` is used for full, repeatable builds.

### To run the REPL:

# standalone jar:
java -jar [shen.clj-0.1.2-standalone.jar](https://github.com/downloads/hraberg/shen.clj/shen.clj-0.1.2-standalone.jar)

# Leiningen
lein trampoline run

# If shen.clj already exists, for readline support:
Expand All @@ -32,9 +36,6 @@ The script `build` is used for full, repeatable builds.
# java:
java -cp lib/clojure-1.4.0-beta4.jar:shen.clj-0.1.2.jar shen

# standalone jar:
java -jar shen.clj-0.1.2-standalone.jar


Shen 2010, copyright (C) 2010 Mark Tarver
www.lambdassociates.org, version 3.1
Expand Down

0 comments on commit c33d0d7

Please sign in to comment.