Skip to content

Commit aa7d4b0

Browse files
authored
Merge pull request #368 from eramoss/arch-dependencies
Dependencies: changed "qemu-arch-extra" to "qemu-system-arm" on arch section
2 parents 2e95fc2 + cb2d844 commit aa7d4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/intro/install/linux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ sudo dnf install gdb openocd qemu-system-arm
5454
> Cortex-M programs
5555
5656
``` console
57-
sudo pacman -S arm-none-eabi-gdb qemu-arch-extra openocd
57+
sudo pacman -S arm-none-eabi-gdb qemu-system-arm openocd
5858
```
5959

6060
## udev rules

0 commit comments

Comments
 (0)