Skip to content

Commit

Permalink
added info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosuzart committed Aug 28, 2012
1 parent 9e21582 commit 5d50b3a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ This repo supports [this blog post](http://paulosuzart.github.com/blog/2012/07/0

Usage
=====
Clone it.
Clone it. Uberja it. And then run the jar: `java -jar ${jar-versio-name}.jar`

Switches Default Desc
-------- ------- ----
-p, --port 10200 Port to listen to connections
-s, --storage sqlite Type of storage. Use sqlite or datomic
-t, --transactor localhost:4334 Transactor server:port. For datomic only.
-h, --no-help, --help false Show this help

lein uberjar

java -jar clacts-0.0-standalone.jar -s sqlite

0 comments on commit 5d50b3a

Please sign in to comment.