We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2b7246 + d5932d2 commit 2b07207Copy full SHA for 2b07207
README.md
@@ -33,6 +33,16 @@ rust-lang/rust uses in [this file][rust-mdbook]. To get it:
33
$ cargo install mdbook --locked --version <version_num>
34
```
35
36
+The book also uses two mdbook plugins which are part of this repository. If you
37
+do not install them, you will see warnings when building and the output will not
38
+look right, but you *will* still be able to build the book. To use the plugins,
39
+you should run:
40
+
41
+```bash
42
+$ cargo install --locked --path packages/mdbook-trpl-listing
43
+$ cargo install --locked --path packages/mdbook-trpl-note
44
+```
45
46
## Building
47
48
To build the book, type:
0 commit comments