# Candle Book The book uses [mdBook](https://github.com/rust-lang/mdBook) for building. ## Installation To install mdBook, run `cargo install mdbook`. More instructions can be found [here](https://rust-lang.github.io/mdBook/guide/installation.html). ## Viewing the book To view the book, run `mdbook serve --open candle-book`. More instructions can be found [here](https://rust-lang.github.io/mdBook/guide/creating.html). The book is built automatically in github CI.