diff options
author | enkore <public@enkore.de> | 2019-03-08 17:11:08 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-03-08 10:18:21 -0800 |
commit | fef206f661cc5d572549e91faa2d628493314510 (patch) | |
tree | 766c10c65b7ed2b20d92d1eece2bad483e807949 | |
parent | 7b768be784684ed9806374011c4f636aff3d243e (diff) |
getting_started_build_tools: dfu-{util,programmer} now available from arch repo
See https://www.archlinux.org/packages/extra/x86_64/dfu-programmer/
-rw-r--r-- | docs/getting_started_build_tools.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/getting_started_build_tools.md b/docs/getting_started_build_tools.md index eb9f5b370f..1f771b1a04 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 |