sovereignx/docs/install/linux/DEBIAN.md
hedara90 878724c9ae
Install instructions (#5876)
Co-authored-by: Hedara <hedara90@gmail.com>
2024-12-25 10:59:28 -03:00

6 lines
254 B
Markdown

# Debian 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
```