embedded-trainings-2020/down-the-stack-book/README.md
Jonathan Pallant (Ferrous Systems) a4ee38540d
Ensure marp can render slides.
We bundle markdown-it-kroki, which can add mermaid diagrams to marp slides using https://kroki.io.
2023-03-22 10:28:51 +00:00

12 lines
255 B
Markdown

# Down the Stack Slides
To read as an mdbook:
1. `cargo install mdbook`
2. `mdbook serve`
To read as a slide-show:
1. Download [marp-cli](https://github.com/marp-team/marp-cli/releases) and unpack into your `$PATH`
2. `marp -c marp.config.js -I . -s`