Skip to content

Commit

Permalink
Doc revision
Browse files Browse the repository at this point in the history
  • Loading branch information
jessp01 committed Feb 16, 2025
1 parent 0ccb412 commit c6ace6c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,14 @@ This is a planned fix; [see here](https://github.com/solworktech/mdtopdf/issues/

## Installation

You can obtain the pre-built `md2pdf` binary for your OS and arch [here](https://github.com/solworktech/mdtopdf/releases);
You can obtain the pre-built `md2pdf` binary for your OS and arch
[here](https://github.com/solworktech/mdtopdf/releases);
you can also install the `md2pdf` binary directly onto your `$GOBIN` dir with:

You can also install the `md2pdf` binary directly onto your `$GOBIN` dir with:
```
$ go install github.com/mandolyte/mdtopdf/v2/cmd/md2pdf@latest
```

Alternatively, install golang and run `go get`:

```
$ go get github.com/mandolyte/mdtopdf/v2
```

## Syntax highlighting

`mdtopdf` supports colourised output via the [gohighlight module](https://github.com/jessp01/gohighlight).
Expand Down

0 comments on commit c6ace6c

Please sign in to comment.