This commit is contained in:
Adam Ierymenko 2016-06-29 09:45:02 -07:00
parent 0410fd4824
commit 928c625e2c
3 changed files with 28 additions and 12 deletions

View file

@ -1,4 +1,6 @@
Manual Pages and Other Documentation
=====
Use "./build.sh" to build the manual pages. You'll need NodeJS and npm installed.
Use "./build.sh" to build the manual pages.
You'll need either NodeJS/npm installed (script will then automatically install the npm *marked-man* package) or */usr/bin/ronn*. The latter is a Ruby program packaged on some distributions as *rubygem-ronn* or *ruby-ronn* or installable as *gem install ronn*. The Node *marked-man* package and *ronn* from rubygems are two roughly equivalent alternatives for compiling MarkDown into roff/man format.