From ae76d9b8aeb0402fbe58021336fa92bfbd920df5 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Wed, 7 Oct 2020 10:43:39 +0800 Subject: [PATCH] Add instructions on how to build The Book. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5b06f34c..cc68898c 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,10 @@ Documentation See [The Rhai Book](https://schungx.github.io/rhai) for details on the Rhai scripting engine and language. +To build _The Book_, first install [`mdbook`](https://github.com/rust-lang/mdBook) +and [`mdbook-tera`](https://github.com/avitex/mdbook-tera) (for templating). +Running `mdbook build` builds it. + Playground ----------