slint/docs/tutorial
2021-06-15 15:20:48 +02:00
..
src Add the last two missing "chapters" from the tutorial blog post 2021-06-15 15:20:48 +02:00
.gitignore Initial conversion of the memory game tutorial to mdbook 2021-06-15 14:38:40 +02:00
book.toml Initial conversion of the memory game tutorial to mdbook 2021-06-15 14:38:40 +02:00
README.md Initial conversion of the memory game tutorial to mdbook 2021-06-15 14:38:40 +02:00

Requirements

Building the tutorial requires mdbook, which you can install with cargo:

cargo install mdbook

Building

To build the tutorial, type:

mdbook build

The output will be in the book/html subdirectory. To check it out, open it in your web browser.