Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Suggest installing graphviz before book building (#4565)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmole authored and drahnr committed Jan 4, 2022
1 parent 435606f commit 4fa9e04
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roadmap/implementers-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
The implementers' guide is compiled from several source files with [`mdBook`](https://github.com/rust-lang/mdBook).
To view it live, locally, from the repo root:

Ensure graphviz is installed:
```sh
brew install graphviz # for macOS
sudo apt-get install graphviz # for Ubuntu/Debian
```

Then install and build the book:

```sh
cargo install mdbook mdbook-linkcheck mdbook-graphviz
mdbook serve roadmap/implementers-guide
Expand Down

0 comments on commit 4fa9e04

Please sign in to comment.