Share the "dev" readme for the tutorials

This commit is contained in:
Simon Hausmann 2021-06-17 16:18:36 +02:00
parent ef36caad88
commit 3c76206d7f
3 changed files with 32 additions and 34 deletions

View file

@ -1,17 +0,0 @@
# Requirements
Building the tutorial requires `mdbook`, which you can install with `cargo`:
```sh
cargo install mdbook
```
# Building
To build the tutorial, type:
```sh
mdbook build
```
The output will be in the `book/html` subdirectory. To check it out, open it in your web browser.