mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Vendor the go-md2man tool used to generate the man pages so that the only dependency is a Go toolchain. Signed-off-by: Cory Snider <csnider@mirantis.com>
300 B
300 B
go-md2man
Converts markdown into roff (man pages).
Uses blackfriday to process markdown into man pages.
Usage
./md2man -in /path/to/markdownfile.md -out /manfile/output/path
How to contribute
We use go modules to manage dependencies. As such you must be using at lest go1.11.