Skip to content

Commit

Permalink
bumped readme to *actually* resolve the git artifact from it's final …
Browse files Browse the repository at this point in the history
…loation
  • Loading branch information
jsuereth committed Nov 10, 2011
1 parent b077ead commit a7c01f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# sbt-git-plugin #
u # sbt-git-plugin #

The `sbt-git-plugin` offers git command line features directly inside of SBT as well as allowing other plugins to make use of git.

## Installation ##

Add the following to your `project/plugins/git.sbt` or `~/.sbt/plugins/git.sbt` file:

addSbtPlugin("com.typesafe", "sbt-git-plugin", "0.1")
resolvers += "scalasbt" at "http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases"

addSbtPlugin("com.jsuereth", "sbt-git-plugin", "0.1")

### Using JGit ###

Expand Down

0 comments on commit a7c01f3

Please sign in to comment.