Make sure
are installed on your system.
Then you can install mdBook:
cargo install mdbook
cargo install mdbook-plantuml
The environment variable RELATIVE_INCLUDE
has to be set to avoid fetching contents
from C4-PlantUML on GitHub!
RELATIVE_INCLUDE=. mdbook build
RELATIVE_INCLUDE=. mdbook serve
For further information please look at the mdBook Documentation.