Docs link

This commit is contained in:
Imbus 2024-02-10 14:38:21 +01:00
parent 8b99dd4753
commit 0f6256d9ce

View file

@ -1,5 +1,7 @@
# AVR Playground # AVR Playground
[QEMU AVR Docs](https://www.qemu.org/docs/master/system/target-avr.html)
```bash ```bash
sudo dnf install avr-binutils avr-libc avr-gcc avr-gcc-c++ avrdude qemu-system-avr sudo dnf install avr-binutils avr-libc avr-gcc avr-gcc-c++ avrdude qemu-system-avr
``` ```