diff --git a/embedded-workshop-book/src/button-implementation.md b/embedded-workshop-book/src/button-implementation.md index 96bbd47..afc4064 100644 --- a/embedded-workshop-book/src/button-implementation.md +++ b/embedded-workshop-book/src/button-implementation.md @@ -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 ``` \ No newline at end of file