Skip to content

Commit

Permalink
Merge pull request #128 from grahammiln/patch-1
Browse files Browse the repository at this point in the history
Fix typo, add links, and formatting
  • Loading branch information
thaJeztah authored Dec 15, 2024
2 parents 994a324 + dc32f30 commit 0ab6705
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 0ab6705

Please sign in to comment.