瀏覽代碼

doc: mention mdbook in installation instructions

darkfi 1 年之前
父節點
當前提交
dfe77e9c62
共有 1 個文件被更改,包括 7 次插入0 次删除
  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:
 
 ```