Added cake documentation to the README.

This commit is contained in:
Anthony Grimes 2011-05-06 10:13:33 +08:00 committed by Fogus
parent 70a0b2f6bc
commit 9c50425696

View file

@ -39,7 +39,19 @@ Marginalia accepts other options as outlined in the *Command Line* section above
### Cake
TBD
Add marginalia to your project's `:dev-dependencies`:
[marginalia "0.5.1"]
Also, you need to add it to your task list:
:tasks [marginalia.tasks]
After that, you should be able to use it like any other cake task:
cake marg
NOTE: If your project doesn't already depend on clojure-contrib, you'll have to make it explicitly depend on it for the cake plugin to work properly.
### Maven