From ccb7ec51b28bd43bf201022d674d1e6fe0f2da1b Mon Sep 17 00:00:00 2001 From: rmsthebest <11652273+rmsthebest@users.noreply.github.com> Date: Tue, 2 Oct 2018 23:40:13 +0200 Subject: [PATCH] fix arch package name for qemu-system-arm --- src/intro/install/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intro/install/linux.md b/src/intro/install/linux.md index 860ff32..4fb626b 100644 --- a/src/intro/install/linux.md +++ b/src/intro/install/linux.md @@ -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/ ```