Ronn builds manuals. It converts simple, human readable textfiles to roff for terminal display, and also to HTML for the web. The source format includes all of Markdown but has a more rigid structure and syntax extensions for features commonly found in manpages (definition lists, link notation, etc.).
Ronn builds manuals. It converts simple, human readable textfiles to roff for terminal display, and also to HTML for the web. The source format includes all of Markdown but has a more rigid structure and syntax extensions for features commonly found in manpages (definition lists, link notation, etc.).
To install rb19-ronn, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb19-ronn
To see what files were installed by rb19-ronn, run:
port contents rb19-ronn
To later upgrade rb19-ronn, run:
sudo port selfupdate && sudo port upgrade rb19-ronn
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.