mirror of
https://github.com/darlinghq/darling-docs.git
synced 2024-11-23 12:29:50 +00:00
Merge pull request #44 from hamishmb/master
Add instructions about book generation to README.md
This commit is contained in:
commit
19c07e1066
13
README.md
13
README.md
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user