add generate docs instruction

This commit is contained in:
Mirabellensaft 2023-03-07 18:12:51 +01:00
parent 37930c3913
commit 5b11a4de97

View file

@ -51,4 +51,12 @@ Run the following command:
```shell
cargo run --bin button
```
### Step 7: Generate the docs!
Out of the apps folder run the following command to build the docs for this crate and to view your written documentation!
```shell
cargo doc
```