Update README.md

This commit is contained in:
Chris Esposito 2023-03-07 11:13:45 +11:00 committed by GitHub
parent 10c1f6bc37
commit 85b99a0567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,9 @@ qmake
make
sudo make install
```
Then, to launch, just type `labrador` into the terminal.
Then, to launch, just type `labrador` into the terminal.
On Macos, additional steps may be required. See issue https://github.com/EspoTek/Labrador/issues/238
To build the AVR software, I use Atmel Studio 7. Just load up the .atsln and push F7. You can use `avr-gcc` if you don't want to install a full IDE.