Skip to content

Commit d5a893f

Browse files
committed
Fix header structure (optional packages)
1 parent f712448 commit d5a893f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/03-setup/linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,23 +97,23 @@ PATH=$PATH:$HOME/local/gcc-arm-none-eabi-7-2017-q4-major/bin
9797

9898
## Optional packages
9999

100-
- Ubuntu / Debian
100+
### Ubuntu / Debian
101101

102102
``` console
103103
$ sudo apt-get install \
104104
bluez \
105105
rfkill
106106
```
107107

108-
- Fedora
108+
### Fedora
109109

110110
``` console
111111
$ sudo dnf install \
112112
bluez \
113113
rfkill
114114
```
115115

116-
- Arch Linux
116+
### Arch Linux
117117

118118
``` console
119119
$ sudo pacman -S \

0 commit comments

Comments
 (0)