summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGuilherme Lima <guilhermelimak@users.noreply.github.com>2019-01-10 17:28:52 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-01-10 17:28:52 +0100
commitaad4319b40bfe3d34faeb952174676d6c8bdb0f2 (patch)
treef21938d33e098765c2f14cb7a73893d4d2dff7ac /docs
parentd28684da90536b54ff7d145decb80e0bd9290996 (diff)
downloadqmk_firmware-aad4319b40bfe3d34faeb952174676d6c8bdb0f2.tar.gz
qmk_firmware-aad4319b40bfe3d34faeb952174676d6c8bdb0f2.tar.xz
docs: Add Manjaro/Arch dependencies on getting started page (#2701)
* Update getting_started_build_tools.md * Update getting_started_build_tools.md
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_started_build_tools.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/getting_started_build_tools.md b/docs/getting_started_build_tools.md
index 375e9d108..dbed200d1 100644
--- a/docs/getting_started_build_tools.md
+++ b/docs/getting_started_build_tools.md
@@ -41,6 +41,12 @@ Debian / Ubuntu example:
Fedora / Red Hat example:
sudo dnf install gcc unzip wget zip dfu-util dfu-programmer avr-gcc avr-libc binutils-avr32-linux-gnu arm-none-eabi-gcc-cs arm-none-eabi-binutils-cs arm-none-eabi-newlib
+
+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)
## Nix