Add ':stylesheet' option to README

This commit is contained in:
Michael Hanson 2011-10-01 12:56:09 -07:00
parent 806a8d01c4
commit 9cfb15d187

View File

@ -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!