hedara90 3b594e2f38
Updating install instructions (#5610)
Co-authored-by: Hedara <hedara90@gmail.com>
2024-12-15 17:11:13 -03:00

7 lines
254 B
Markdown

# Ubuntu instructions
## Installing dependencies
Open a terminal and run the following command from the command line:
```console
sudo apt install build-essential binutils-arm-none-eabi gcc-arm-none-eabi libnewlib-arm-none-eabi git libpng-dev python3
```