This commit is contained in:
Rico Sta. Cruz 2015-04-18 04:37:54 +08:00
parent e0f20748e0
commit ac5cccedb7
1 changed files with 4 additions and 3 deletions

View File

@ -11,9 +11,10 @@ gem install ronn
{:.light}
```sh
ronn foo.1.md # creates foo.1.html
ronn -r foo.1.md # creates foo.1 (--roff)
ronn -m foo.1.md # view as manpage
ronn foo.1.md # creates foo.1.html
ronn -r foo.1.md # creates foo.1 (--roff)
ronn -r -h foo.1.md # builds --roff and --html
ronn -m foo.1.md # view as manpage
```
{:.light}