1
0
mirror of https://github.com/restic/restic.git synced 2024-07-06 09:20:53 +02:00
restic/vendor/github.com/cpuguy83/go-md2man/README.md
2017-08-05 11:08:49 +02:00

391 B

go-md2man

** Work in Progress ** This still needs a lot of help to be complete, or even usable!

Uses blackfriday to process markdown into man pages.

Usage

./md2man -in /path/to/markdownfile.md -out /manfile/output/path

How to contribute

We use govend for vendoring Go packages.

How to update dependencies: govend -v -u --prune