slint/docs/tutorial/README.md
Simon Hausmann ae0a08ecdd Initial conversion of the memory game tutorial to mdbook
This is the Rust version and it's still missing the wasm chapter.
There's also other bits missing, such as syntax checking, highlighting, etc.
2021-06-15 14:38:40 +02:00

17 lines
No EOL
289 B
Markdown

# 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.