mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
Share the "dev" readme for the tutorials
This commit is contained in:
parent
ef36caad88
commit
3c76206d7f
3 changed files with 32 additions and 34 deletions
|
@ -1,17 +0,0 @@
|
|||
# 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.
|
Loading…
Add table
Add a link
Reference in a new issue