Skip to content

Commit

Permalink
README: update instructions for installing and running
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Dec 15, 2024
1 parent b474e73 commit 551b217
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ Uses [blackfriday](https://github.com/russross/blackfriday) to process markdown

### Usage

```
./go-md2man -in /path/to/markdownfile.md -out /manfile/output/path
```
```bash
go install github.com/cpuguy83/go-md2man@latest

### How to contribute

We use go modules to manage dependencies.
As such you must be using at least go1.11.
go-md2man -in /path/to/markdownfile.md -out /manfile/output/path
```

0 comments on commit 551b217

Please sign in to comment.