Skip to content

Commit df43f18

Browse files
committed
Rename development script make it more obvious
1 parent e689722 commit df43f18

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ If you want to use this theme in your documentation:
1515
gem install rorvswild_theme_rdoc
1616
1717
# Generate the documentation
18-
rdoc --root path/to/source/code --template=rorvswild
18+
rdoc --root path/to/source/code --template rorvswild
1919
```
2020

2121
## Development
2222

23-
Call the custom `rdoc.rb` script which automatically loads RoRvsWild's theme.
23+
Call the custom `rorvswild-theme-rdoc` script which automatically loads RoRvsWild's theme.
2424

2525
```
26-
./rdoc.rb --root path/to/source/code --template rorvswild
26+
./rorvswild-theme-rdoc --root path/to/source/code
2727
```

rdoc.rb renamed to rorvswild-theme-rdoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
require "rdoc"
66
require "rorvswild_theme_rdoc"
77

8+
ARGV << "--template=rorvswild"
89
RDoc::RDoc.new.document(ARGV)

0 commit comments

Comments
 (0)