diff options
Diffstat (limited to 'docs/modules/ROOT/pages/getting_started.adoc')
| -rw-r--r-- | docs/modules/ROOT/pages/getting_started.adoc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/modules/ROOT/pages/getting_started.adoc b/docs/modules/ROOT/pages/getting_started.adoc index 23102b3b5..f3492a3d0 100644 --- a/docs/modules/ROOT/pages/getting_started.adoc +++ b/docs/modules/ROOT/pages/getting_started.adoc | |||
| @@ -46,15 +46,13 @@ You can run an example by opening a terminal and entering the following commands | |||
| 46 | [source, bash] | 46 | [source, bash] |
| 47 | ---- | 47 | ---- |
| 48 | cd examples/nrf | 48 | cd examples/nrf |
| 49 | DEFMT_LOG=info cargo run --bin blinky --release | 49 | cargo run --bin blinky --release |
| 50 | ---- | 50 | ---- |
| 51 | 51 | ||
| 52 | IMPORTANT: The DEFMT_LOG environment variable controls the example log verbosity. If you do not specify it, you will not see anything logged to the console. | ||
| 53 | |||
| 54 | == Whats next? | 52 | == Whats next? |
| 55 | 53 | ||
| 56 | Congratulations, you have your first Embassy application running! Here are some alternatives on where to go from here: | 54 | Congratulations, you have your first Embassy application running! Here are some alternatives on where to go from here: |
| 57 | 55 | ||
| 58 | * Read more about the xref:runtime.adoc[runtime]. | 56 | * Read more about the xref:runtime.adoc[executor]. |
| 59 | * Read more about the xref:hal.adoc[HAL]. | 57 | * Read more about the xref:hal.adoc[HAL]. |
| 60 | * Start xref:basic_application.adoc[writing your application]. | 58 | * Start xref:basic_application.adoc[writing your application]. |
