slint/docs/tutorial/rust/README.md
Simon Hausmann 7b95371c78 Move the Rust tutorial into a sub-directory
To make room for the C++ version next to it :-)
2021-06-17 11:04:43 +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.