Skip to content

Commit

Permalink
update readme docs
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Jun 12, 2012
1 parent 1f04204 commit cf47cb1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
@@ -1,6 +1,6 @@
# Growling Tests # Growling Tests


An [sbt](https://github.com/harrah/xsbt#readme) 0.10.* plugin that growls/notifies test results. An [sbt](https://github.com/harrah/xsbt#readme) 0.12.* plugin that growls/notifies test results.


## Install ## Install


Expand All @@ -20,9 +20,8 @@ To install on a per-project basis, add the following to your plugin definition f


addSbtPlugin("me.lessis" % "sbt-growl-plugin" % "0.1.3") addSbtPlugin("me.lessis" % "sbt-growl-plugin" % "0.1.3")


resolvers += Resolver.url("sbt-plugin-releases", resolvers += Classpaths.sbtPluginReleases
url("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(
Resolver.ivyStylePatterns)
To install globally, create a `Build.scala` file under `~/.sbt/plugins/project` directory and add the following To install globally, create a `Build.scala` file under `~/.sbt/plugins/project` directory and add the following


import sbt._ import sbt._
Expand Down

0 comments on commit cf47cb1

Please sign in to comment.