Skip to content

Commit

Permalink
Merge pull request #368 from eramoss/arch-dependencies
Browse files Browse the repository at this point in the history
Dependencies: changed "qemu-arch-extra" to "qemu-system-arm" on arch section
  • Loading branch information
eldruin authored Apr 5, 2024
2 parents 2e95fc2 + cb2d844 commit aa7d4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intro/install/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sudo dnf install gdb openocd qemu-system-arm
> Cortex-M programs
``` console
sudo pacman -S arm-none-eabi-gdb qemu-arch-extra openocd
sudo pacman -S arm-none-eabi-gdb qemu-system-arm openocd
```

## udev rules
Expand Down

0 comments on commit aa7d4b0

Please sign in to comment.