Setting up Development Environment: Difference between revisions
WinterMute (talk | contribs) |
mNo edit summary |
||
Line 33: | Line 33: | ||
* Next, we need to download, make executable and run the devkitARM updater (don't worry, the updater is also the installer.) | * Next, we need to download, make executable and run the devkitARM updater (don't worry, the updater is also the installer.) | ||
<pre> | <pre> | ||
curl -L https:// | 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 |