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

Commit

Permalink
Add missing prerequisite in README for implementers guide (#6181)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnski committed Oct 24, 2022
1 parent a060975 commit f610ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roadmap/implementers-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sudo apt-get install graphviz # for Ubuntu/Debian
Then install and build the book:

```sh
cargo install mdbook mdbook-linkcheck mdbook-graphviz
cargo install mdbook mdbook-linkcheck mdbook-graphviz mdbook-mermaid
mdbook serve roadmap/implementers-guide
open http://localhost:3000
```

0 comments on commit f610ffc

Please sign in to comment.