Unnamed repository; edit this file 'description' to name the repository.
Update documentation about how to build the RA book
Jakub Beránek 8 months ago
parent 9edc9cb · commit 255f020
-rw-r--r--docs/book/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/book/README.md b/docs/book/README.md
index 0a3161f3af..11f7e8f98c 100644
--- a/docs/book/README.md
+++ b/docs/book/README.md
@@ -8,6 +8,7 @@ To run the documentation site locally:
```shell
cargo install mdbook
+cargo install mdbook-toc
cargo xtask codegen
cd docs/book
mdbook serve