1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

doc/getting-started: point out where to run make

This commit is contained in:
Marian Buschsieweke 2024-02-04 17:54:02 +01:00
parent 85dcc1bd3b
commit 57ecb896ec
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6

View File

@ -202,7 +202,8 @@ Building and executing an example {#building-and-executing-an-example}
--------------------------------- ---------------------------------
RIOT provides a number of examples in the `examples/` directory. Every example RIOT provides a number of examples in the `examples/` directory. Every example
has a README that documents its usage and its purpose. You can build them by has a README that documents its usage and its purpose. You can build them by
typing opening a shell, navigating to an example (e.g. `examples/default`), and
running:
~~~~~~~~ {.sh} ~~~~~~~~ {.sh}
make BOARD=samr21-xpro make BOARD=samr21-xpro
@ -214,9 +215,7 @@ or
make all BOARD=samr21-xpro make all BOARD=samr21-xpro
~~~~~~~~ ~~~~~~~~
into your shell. To flash the application to a board just run:
To flash the application to a board just type
~~~~~~~~ {.sh} ~~~~~~~~ {.sh}
make flash BOARD=samr21-xpro make flash BOARD=samr21-xpro