From dfe77e9c62b05d3d1646de9834348fc2d92b4ccf Mon Sep 17 00:00:00 2001 From: darkfi Date: Fri, 28 Mar 2025 08:03:34 +0100 Subject: [PATCH] doc: mention mdbook in installation instructions --- doc/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/README.md b/doc/README.md index 3db446719..7f589fe9e 100644 --- a/doc/README.md +++ b/doc/README.md @@ -19,6 +19,13 @@ Then install the requirements: % pip install -r requirements.txt ``` +Using the Makefile to build the sources requires the Rust `mdbook` +utility which may be installed via: + +```shell +cargo install mdbook +``` + For the mdbook-katex backend run: ```