diff options
| author | Henrik Tjäder <henrik@grepit.se> | 2022-01-21 13:28:14 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@grepit.se> | 2022-01-21 13:28:14 +0100 |
| commit | a34f0205b383a72a0c4f826657930f7ec29d6b5d (patch) | |
| tree | 2c55943e817d722278c047e101bb3b33b1affc06 /book/en/src/by-example/resources.md | |
| parent | d51aaf3ad3ffb2314f8885515e223ca2f591b5a3 (diff) | |
Highlight how to run examples locally
Diffstat (limited to 'book/en/src/by-example/resources.md')
| -rw-r--r-- | book/en/src/by-example/resources.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/book/en/src/by-example/resources.md b/book/en/src/by-example/resources.md index 0b69c4d..6426913 100644 --- a/book/en/src/by-example/resources.md +++ b/book/en/src/by-example/resources.md @@ -37,6 +37,8 @@ The example application shown below contains two tasks where each task has acces {{#include ../../../../examples/locals.rs}} ``` +Running the example: + ``` console $ cargo run --target thumbv7m-none-eabi --example locals {{#include ../../../../ci/expected/locals.run}} |
