The source is written in Markdown and then build with mdbook to generate HTML pages.
Download the precompiled binaries and install them, so that the executables are in your environments path variable.
To build the HTML pages use the command line to run mdbook from the checkout folder of this repository.
mdbook build
Alternatively, you can build and serve the HTML pages locally as follows.
mdbook serve -o
When using mdbook serve -o
, the HTML pages will be updated automatically, if you change the source files.
You can also use just mdbook serve
. In this case, you can enter http://localhost:3000/ as address in your browser to open the book.