Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 570 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 570 Bytes

Rant Reference Documentation

Book

The home of the Rant 4 reference documentation.

Disclaimer: This document is a work-in-progress and is not normative.

Building

Building the reference requires mdbook, which is installed via Cargo with:

cargo install mdbook

Then build the book with:

mdbook build

The built book will be created in a book directory in the project root.