Procházet zdrojové kódy

doc: mention mdbook in installation instructions

darkfi před 1 rokem
rodič
revize
dfe77e9c62
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. 7 0
      doc/README.md

+ 7 - 0
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:
 
 ```