summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSeba Gamboa <[email protected]>2015-09-25 19:22:08 -0300
committerSeba Gamboa <[email protected]>2015-09-25 19:22:08 -0300
commit0f0a68159a3c5a3b0ed6e0867afbcdfa770ff342 (patch)
tree6aab0a219462aa01b39a64911f34d6c08ff348d1
parenteb09ea05366860a23dab47cb743172db42a4c12f (diff)
downloadyard-mruby-0f0a68159a3c5a3b0ed6e0867afbcdfa770ff342.tar.gz
yard-mruby-0f0a68159a3c5a3b0ed6e0867afbcdfa770ff342.zip
There is one step fewer on the readme
-rw-r--r--README.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/README.md b/README.md
index 35887bf..8f77953 100644
--- a/README.md
+++ b/README.md
@@ -12,15 +12,7 @@ Install with rubygems
$ gem install yard-mruby
-Configure your project's `.yardopts`
-
-```
---plugin mruby
-mrblib/**/*.rb
-src/**/*.c
-```
-
-And execute `yardoc` to generate the docs
+And execute `mrbdoc` to generate the docs
## Development