slint/docs/tutorial
Simon Hausmann a012809bd0 Re-apply manual syntax highlights
Those were also applied in the HTML version
2021-06-17 10:59:49 +02:00
..
src Re-apply manual syntax highlights 2021-06-17 10:59:49 +02:00
.gitignore
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

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.