From 12074b0365a6d612259e631e0e613c56728ed983 Mon Sep 17 00:00:00 2001 From: David Lenfesty Date: Tue, 3 Sep 2019 10:42:48 -0600 Subject: [PATCH] Added group info to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ce771fc..0ee3e78 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ AVR-gcc and stuff like that sudo apt install -y gcc-avr avrdude avr-libc make cmake ``` +You also have to add yourself to the dialout group. + +``` +sudo usermod -aG dialout +``` + ## CMAKE instructions ## You have to specify a custom toolchain when you run cmake for the first time. Example: