]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
getting_started_build_tools: dfu-{util,programmer} now available from arch repo
authorenkore <public@enkore.de>
Fri, 8 Mar 2019 16:11:08 +0000 (17:11 +0100)
committerDrashna Jaelre <drashna@live.com>
Fri, 8 Mar 2019 18:18:21 +0000 (10:18 -0800)
See https://www.archlinux.org/packages/extra/x86_64/dfu-programmer/

docs/getting_started_build_tools.md

index eb9f5b370fb26945d5a5cbd781ed905d14f62feb..1f771b1a04bf8e07c28fc5f1587095be31b6c845 100644 (file)
@@ -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