Skip to content

Commit

Permalink
Update build instructions: include mdbook plugins
Browse files Browse the repository at this point in the history
Fixes #4018
  • Loading branch information
chriskrycho committed Sep 11, 2024
1 parent e2b7246 commit d5932d2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ rust-lang/rust uses in [this file][rust-mdbook]. To get it:
$ cargo install mdbook --locked --version <version_num>
```

The book also uses two mdbook plugins which are part of this repository. If you
do not install them, you will see warnings when building and the output will not
look right, but you *will* still be able to build the book. To use the plugins,
you should run:

```bash
$ cargo install --locked --path packages/mdbook-trpl-listing
$ cargo install --locked --path packages/mdbook-trpl-note
```

## Building

To build the book, type:
Expand Down

0 comments on commit d5932d2

Please sign in to comment.