devkitPro / installer

383 stars 40 forks source link

Suggestion: adding README.md #2

Closed richelbilderbeek closed 6 years ago

richelbilderbeek commented 9 years ago

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