slint/docs/tutorial
2021-06-16 13:37:54 +02:00
..
src Include the icons as well in the .60 markup for the tests 2021-06-16 13:37:54 +02:00
.gitignore Initial conversion of the memory game tutorial to mdbook 2021-06-15 14:38:40 +02:00
book.toml Add .60 syntax highlighting 2021-06-15 15:30:26 +02:00
highlight_60.js Add missing license header 2021-06-15 15:51:48 +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.