mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-25 07:18:08 +00:00
12 lines
255 B
Markdown
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`
|