fix arch package name for qemu-system-arm

This commit is contained in:
rmsthebest
2018-10-02 23:40:13 +02:00
parent c370d48a54
commit ccb7ec51b2

View File

@@ -70,7 +70,7 @@ $ sudo dnf install \
``` console
$ sudo pacman -S \
arm-none-eabi-gdb \
qemu-system-arm
qemu-arch-extra
$ # install openocd from the AUR -- https://aur.archlinux.org/packages/openocd/
```