Added group info to README

This commit is contained in:
David Lenfesty 2019-09-03 10:42:48 -06:00
parent 8af6ba0543
commit 12074b0365

View File

@ -12,6 +12,12 @@ AVR-gcc and stuff like that
sudo apt install -y gcc-avr avrdude avr-libc make cmake 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 <username>
```
## CMAKE instructions ## ## CMAKE instructions ##
You have to specify a custom toolchain when you run cmake for the first time. Example: You have to specify a custom toolchain when you run cmake for the first time. Example: