From df97fb72db74d46b8e253050de0abdc92d4e822e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik@tjaders.com> Date: Thu, 9 Nov 2017 22:06:35 +0100 Subject: [PATCH] Added note about UDEV-rules on Arch --- doc/Quickstart.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/Quickstart.md b/doc/Quickstart.md index eff5992..c31e94f 100644 --- a/doc/Quickstart.md +++ b/doc/Quickstart.md @@ -42,6 +42,11 @@ $ sudo pacman -Sy arm-none-eabi-{binutils,gdb} openocd ``` +For hardware-association and pre-packaged UDEV-rules also install: +``` +$ sudo pacman -S stlink +``` + ### macOS ``` console -- GitLab