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

6 lines
223 B
Markdown

# Arch Linux instructions
## Installing dependencies
Run the following command from the command line:
```console
sudo pacman -S base-devel arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-newlib git libpng python
```