Skip to content

Commit

Permalink
cleaned up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
russolsen committed Jun 16, 2010
1 parent bf7e98a commit 5cfc8aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Dejour project pulls all of this together in a single easy to get, easy to i

h2. Installing Dejour

Step one is to download the latest Dejour jar or zip from:
Step one is to download the latest Dejour tar or zip from:

http://github.com/russolsen/dejour/downloads

Expand All @@ -20,7 +20,7 @@ h2. Using the clj script

If you run the script with no parameters, clj will bring up the interactive clojure 'interpreter': You can simply type in clojure code and immediately see the results. Alternatively, if you supply clj with the name of a clojure script, it will run that script.

The clj script and executable are designed to be as simple for beginners to use as it can be, but it is capable of doing more elaborate things. Here are the arguments that clj understands:
The clj script and executable are designed to be very simple for beginners to use, but they are also capable of doing more elaborate things. Here are the arguments that clj understands:

* -debug Just print out the java command and exit.

Expand Down Expand Up @@ -50,7 +50,12 @@ Dejour is also location independant. It will run out of where every you decide t

h2. Examples

If you just want the clojure REPL (i.e. interactive shell), simply run the clj (or clj.exe on Windows).
If you just want the clojure REPL (i.e. interactive shell), simply run the clj script (or clj.exe on Windows):

$ clj
Clojure 1.1.0
user=>


If you want to execute a file full of clojure code, call out the file on after clj:

Expand Down
Binary file removed test/unix/.clj_tests.swp
Binary file not shown.

0 comments on commit 5cfc8aa

Please sign in to comment.