Add ':stylesheet' option to README
This commit is contained in:
parent
806a8d01c4
commit
9cfb15d187
@ -5,9 +5,11 @@ It's a [Guard](http://github.com/guard/guard) for the [Rocco](http://github.com/
|
|||||||
watch(%r{^lib/.*\.rb$})
|
watch(%r{^lib/.*\.rb$})
|
||||||
end
|
end
|
||||||
|
|
||||||
Only one option for now:
|
Options:
|
||||||
|
|
||||||
* `:dir` specifies the output dir (default `doc`)
|
* `: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!
|
`gem install guard-rocco` or Bundle it up with `gem 'guard-rocco'`. Then `guard init rocco`. Yeah!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user