Skip to content

Commit

Permalink
Fix typo and add links
Browse files Browse the repository at this point in the history
  • Loading branch information
grahammiln authored Nov 4, 2024
1 parent b14773d commit dc32f30
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ go-md2man

Converts markdown into roff (man pages).

Uses blackfriday to process markdown into man pages.
Uses [blackfriday](https://github.com/russross/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.
As such you must be using at least go1.11.

0 comments on commit dc32f30

Please sign in to comment.