Use code quotes, and change phrasing.

This commit is contained in:
Hamish McIntyre-Bhatty 2022-07-19 11:26:06 +01:00
parent f1cf686c77
commit f2c608a4e9

View File

@ -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.