mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-25 07:18:08 +00:00
add generate docs instruction
This commit is contained in:
parent
37930c3913
commit
5b11a4de97
1 changed files with 8 additions and 0 deletions
|
@ -52,3 +52,11 @@ Run the following command:
|
||||||
```shell
|
```shell
|
||||||
cargo run --bin button
|
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
|
||||||
|
```
|
Loading…
Reference in a new issue