We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f712448 commit d5a893fCopy full SHA for d5a893f
src/03-setup/linux.md
@@ -97,23 +97,23 @@ PATH=$PATH:$HOME/local/gcc-arm-none-eabi-7-2017-q4-major/bin
97
98
## Optional packages
99
100
-- Ubuntu / Debian
+### Ubuntu / Debian
101
102
``` console
103
$ sudo apt-get install \
104
bluez \
105
rfkill
106
```
107
108
-- Fedora
+### Fedora
109
110
111
$ sudo dnf install \
112
113
114
115
116
-- Arch Linux
+### Arch Linux
117
118
119
$ sudo pacman -S \
0 commit comments