Setting up Development Environment: Difference between revisions
m Add note that you don't actually have to be a Windows Insider to use WSL. |
→Unix-like platforms: Change SourceForge link to GitHub link for Perl installer |
||
Line 31: | Line 31: | ||
* 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 | curl -L https://raw.githubusercontent.com/devkitPro/installer/master/perl/devkitARMupdate.pl -o devkitARMupdate.pl | ||
chmod +x ./devkitARMupdate.pl | chmod +x ./devkitARMupdate.pl | ||
sudo ./devkitARMupdate.pl /opt/devkitpro | sudo ./devkitARMupdate.pl /opt/devkitpro |