Files
isaqb-cpsa-f/README.md
2024-02-13 15:51:50 +01:00

21 lines
651 B
Markdown

# iSAQB CPSA-F book
These are the learning materials for the Scandio CPSA-F course.
## Preliminaries
The book is built using [mdBook](https://rust-lang.github.io/mdBook/), so you should install it first: `cargo install mdbook`.
The book uses the `mdbook-graphviz` preprocessor and the GraphViz `dot` binary for rendering diagrams. See [the GraphViz page](https://graphviz.org/download/) and the [mdbook-graphviz GitHub](https://github.com/dylanowen/mdbook-graphviz) for installation instructions.
## Serving the book
```shell
mdbook serve --open
```
## Further information
See [the mdBook documentation](https://rust-lang.github.io/mdBook/).