Skip to content

Commit

Permalink
better readme
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Dec 24, 2011
1 parent 3deba47 commit e970590
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Expand Up @@ -14,8 +14,23 @@ And add following in your build definition

seq(jotSettings:_*)


### Install globally

This is usually preferable, as it is less intrusive

Append `~/.sbt/plugins/build.sbt` with

addSbtPlugin("me.lessis" % "jot" % "0.1.0")

In any `.sbt` file under `~/.sbt`, say `~/.sbt/jot.sbt` for instance, append

seq(jotSettings:_*)

## usage

Jot stores data in a `.jot` file in your project's root

Below is a list of available settings

jot # Appends an item to your jot file
Expand Down

0 comments on commit e970590

Please sign in to comment.