diff --git a/README.md b/README.md index 68f66aa..ebd4987 100644 --- a/README.md +++ b/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 diff --git a/project.clj b/project.clj index 60629d6..28e3efe 100644 --- a/project.clj +++ b/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"]]