Merge pull request #44 from hamishmb/master

Add instructions about book generation to README.md
This commit is contained in:
CuriousTommy 2022-07-19 05:36:49 -07:00 committed by GitHub
commit 19c07e1066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,16 @@
# Darling Docs
This repository stores the contents of https://docs.darlinghq.org
Generating a local copy
-----------------------
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.