Skip to content

Commit

Permalink
docs: include command to install latest version published to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
max-heller committed Nov 23, 2023
1 parent 95bbda2 commit 74e0ade
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ By relying on pandoc, many output formats are supported, although this project w

- Install `mdbook-pandoc`:

To install the latest release published to [crates.io](https://crates.io/crates/mdbook-pandoc):

```sh
cargo install mdbook-pandoc
```

The install the latest version committed to GitHub:

```sh
cargo install --git https://github.com/max-heller/mdbook-pandoc.git mdbook-pandoc
```
Expand Down

0 comments on commit 74e0ade

Please sign in to comment.