diff --git a/README.md b/README.md index 35109e8..5747729 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,15 @@ This repository stores the contents of https://docs.darlinghq.org -Building --------- +Generating a local copy +----------------------- -Download or compile mdbook from: https://github.com/rust-lang/mdBook/releases +Download or compile mdbook from: https://github.com/rust-lang/mdBook/releases, or install a package from your Linux distribution if available. Then run: +``` mdbook book.toml +``` The resulting book will be available as a set of HTML files under the newly-created "book" subdirectory.