Setting up Development Environment: Difference between revisions
WinterMute (talk | contribs) No edit summary |
m added installation path to match environment variable |
||
Line 35: | Line 35: | ||
curl -L https://raw.githubusercontent.com/devkitPro/installer/master/perl/devkitA64update.pl -o devkitA64update.pl | curl -L https://raw.githubusercontent.com/devkitPro/installer/master/perl/devkitA64update.pl -o devkitA64update.pl | ||
chmod +x ./devkitA64update.pl | chmod +x ./devkitA64update.pl | ||
./devkitA64update.pl | ./devkitA64update.pl /opt/devkitpro | ||
</pre> | </pre> | ||