mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-03 17:10:34 +00:00
![]() ... to avoid a horizontal scrollbar in the code block. Apply the same formatting tricks as on the HTML blog version |
||
---|---|---|
.. | ||
src | ||
book.toml | ||
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.