Skip to content

Commit 611d172

Browse files
committed
Fix header structure
1 parent 468fe20 commit 611d172

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/03-setup/linux.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Here are the installation commands for a few Linux distributions.
44

55
## REQUIRED packages
66

7-
- Ubuntu 18.04 or newer / Debian stretch or newer
7+
### Ubuntu 18.04 or newer / Debian stretch or newer
88

99
> **NOTE** `gdb-multiarch` is the GDB command you'll use to debug your ARM
1010
> Cortex-M programs
@@ -24,7 +24,7 @@ $ sudo apt-get install \
2424
openocd
2525
```
2626

27-
- Ubuntu 14.04 and 16.04
27+
### Ubuntu 14.04 and 16.04
2828

2929
> **NOTE** `arm-none-eabi-gdb` is the GDB command you'll use to debug your ARM
3030
> Cortex-M programs
@@ -40,7 +40,7 @@ $ sudo apt-get install \
4040
openocd
4141
```
4242

43-
- Fedora 23 or newer
43+
### Fedora 23 or newer
4444

4545
> **NOTE** `arm-none-eabi-gdb` is the GDB command you'll use to debug your ARM
4646
> Cortex-M programs
@@ -52,7 +52,7 @@ $ sudo dnf install \
5252
openocd
5353
```
5454

55-
- Arch Linux
55+
### Arch Linux
5656

5757
> **NOTE** `arm-none-eabi-gdb` is the GDB command you'll use to debug ARM
5858
> Cortex-M programs
@@ -73,7 +73,10 @@ cd openocd-code
7373
make && make install
7474
```
7575

76-
- `arm-none-eabi-gdb` for other distros
76+
### Other distros
77+
78+
> **NOTE** `arm-none-eabi-gdb` is the GDB command you'll use to debug your ARM
79+
> Cortex-M programs
7780
7881
For distros that don't have packages for [ARM's pre-built
7982
toolchain](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads),

0 commit comments

Comments
 (0)