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

@ -13,6 +13,7 @@ gem install ronn
```sh ```sh
ronn foo.1.md # creates foo.1.html ronn foo.1.md # creates foo.1.html
ronn -r foo.1.md # creates foo.1 (--roff) 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 ronn -m foo.1.md # view as manpage
``` ```
{:.light} {:.light}