I suggest to add a file called README.md. I suggest the following contents:
# devkitPro installer
This repository contains scripts that automatically download and install the full devkitPro suite.
## Build instructions
cd devkitpro-installer
cd perl
./devkitARMupdate.pl
cd ~/devkitPro
echo "export DEVKITPRO=$PWD" >> ~/.bashrc
cd devkitARM
echo "export DEVKITARM=$PWD" >> ~/.bashrc
I am willing to help maintain it. The formatting if this text is bad, as I cannot put code tags inside code tags
I suggest to add a file called README.md. I suggest the following contents:
I am willing to help maintain it. The formatting if this text is bad, as I cannot put
code tags
insidecode tags