Skip to content

Commit

Permalink
add jar location to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zamaterian committed Nov 21, 2010
1 parent aa23494 commit c2a424c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
@@ -1,6 +1,13 @@
# lein-lazytest

Leiningen plugin for lazytest
## Installation
in project.clj under dev dependencies add

[lein-lazytest "1.0.1"]

The jar i located at clojars.org

## Usage
in projcect.clj

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,5 +1,5 @@
(defproject lein-lazytest "1.0.2-SNAPSHOT"
:description "FIXME: write"
:description "Lein plugin for starting LazyTest watch"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]]
:dev-dependencies [[lein-clojars "0.6.0"] [com.stuartsierra/lazytest "1.1.2"]]
Expand Down

0 comments on commit c2a424c

Please sign in to comment.