Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 699 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 699 Bytes

This is the repository for An Implementers Guide to the Registration Data Access Protocol (RDAP) book.

The book may be viewed here.

Building Locally

To build locally, you'll need to have the Rust toolchain installed. If you do not have Rust installed, go here.

Then install mdbook and the necessary mdbook preprocessors:

cargo install mdbook
cargo install mdbook-mermaind
cargo install mdbook-variables
cargo install mdbook-svgbob2

Build the book with CURRENT_BUILD_DATE=$(date) mdbook build.

More information on mdbook can be found here.