summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorenkore <public@enkore.de>2019-03-08 17:11:08 +0100
committerDrashna Jaelre <drashna@live.com>2019-03-08 19:18:21 +0100
commitfef206f661cc5d572549e91faa2d628493314510 (patch)
tree766c10c65b7ed2b20d92d1eece2bad483e807949 /docs
parent7b768be784684ed9806374011c4f636aff3d243e (diff)
downloadqmk_firmware-fef206f661cc5d572549e91faa2d628493314510.tar.gz
qmk_firmware-fef206f661cc5d572549e91faa2d628493314510.tar.xz
getting_started_build_tools: dfu-{util,programmer} now available from arch repo
See https://www.archlinux.org/packages/extra/x86_64/dfu-programmer/
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_started_build_tools.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/getting_started_build_tools.md b/docs/getting_started_build_tools.md
index eb9f5b370..1f771b1a0 100644
--- a/docs/getting_started_build_tools.md
+++ b/docs/getting_started_build_tools.md
@@ -44,9 +44,7 @@ Fedora / Red Hat example:
Arch / Manjaro example:
- pacman -S base-devel gcc unzip wget zip avr-gcc avr-binutils avr-libc dfu-util arm-none-eabi-gcc arm-none-eabi-binutils arm-none-eabi-newlib git
-
-(the `dfu-programmer` package is availble on AUR only so you should download from there or use an AUR helper)
+ pacman -S base-devel gcc unzip wget zip avr-gcc avr-binutils avr-libc dfu-util arm-none-eabi-gcc arm-none-eabi-binutils arm-none-eabi-newlib git dfu-programmer dfu-util
## Nix