Skip to content

Commit 8acc8af

Browse files
author
Amanda Butler
authored
Fix formatting in quick-start-cli.md
Update formatting to use numbered lists instead of headings for single commands.
1 parent b2de1e9 commit 8acc8af

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/tutorials/quickstart/quick-start-cli.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -139,25 +139,25 @@ ARM_PATH=<path to ARM bin\>
139139

140140
## Code
141141

142-
### 1. Get the code
142+
1. Get the code
143143

144-
From your command-line, import the example:
144+
From your command-line, import the example:
145145

146-
```console
147-
$ mbed import https://github.com/ARMmbed/mbed-os-quick-start-blinky
148-
$ cd mbed-os-quick-start-blinky
149-
```
146+
```console
147+
$ mbed import https://github.com/ARMmbed/mbed-os-quick-start-blinky
148+
$ cd mbed-os-quick-start-blinky
149+
```
150150

151-
### 2. Compile and program board
151+
1. Compile and program board
152152

153-
Invoke `mbed compile`, and specify the name of your platform and your installed toolchain (`GCC_ARM`, `ARM`, `IAR`). For example, for the K64F platform and Arm Compiler 5 toolchain:
153+
Invoke `mbed compile`, and specify the name of your platform and your installed toolchain (`GCC_ARM`, `ARM`, `IAR`). For example, for the K64F platform and Arm Compiler 5 toolchain:
154154

155-
```console
156-
$ mbed compile --target K64F --toolchain ARM --flash
157-
```
155+
```console
156+
$ mbed compile --target K64F --toolchain ARM --flash
157+
```
158158

159-
The `--flash` argument automatically flashes the compiled program onto your board if it is connected to your computer. You can see which boards are connected with `mbed detect`.
159+
The `--flash` argument automatically flashes the compiled program onto your board if it is connected to your computer. You can see which boards are connected with `mbed detect`.
160160

161-
After you have flashed the program to the board, press the board's reset button. The LED blinks.
161+
After you have flashed the program to the board, press the board's reset button. The LED blinks.
162162

163-
<span class="notes">**Note:** You can get the name of the board plugged into your computer by running `mbed detect`, and you can get a full list of supported toolchains and targets by running the `mbed compile --supported` command.</span>
163+
<span class="notes">**Note:** You can get the name of the board plugged into your computer by running `mbed detect`, and you can get a full list of supported toolchains and targets by running the `mbed compile --supported` command.</span>

0 commit comments

Comments
 (0)