Initial commit
This commit is contained in:
20
README.md
Normal file
20
README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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/).
|
||||
|
||||
Reference in New Issue
Block a user