From 9cfb15d187cd2bcac742508f4ff7f395e476f22e Mon Sep 17 00:00:00 2001 From: Michael Hanson Date: Sat, 1 Oct 2011 12:56:09 -0700 Subject: [PATCH] Add ':stylesheet' option to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60feaff..b34c01c 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,11 @@ It's a [Guard](http://github.com/guard/guard) for the [Rocco](http://github.com/ watch(%r{^lib/.*\.rb$}) end -Only one option for now: +Options: * `:dir` specifies the output dir (default `doc`) +* `:stylesheet` specifies a custom stylesheet to use (default is + http://jashkenas.github.com/docco/resources/docco.css) `gem install guard-rocco` or Bundle it up with `gem 'guard-rocco'`. Then `guard init rocco`. Yeah!