-
Notifications
You must be signed in to change notification settings - Fork 70
Install the Toolchain
Jannik Vogel edited this page Mar 17, 2020
·
8 revisions
This is part of the Getting Started guide. Please read the full guide if you have trouble.
Run the following commands in your shell:
git clone https://github.com/XboxDev/nxdk.git
cd nxdk
git submodule init && git submodule update --recursive
Or if your version of git is recent and supports recursive cloning, you can use these commands instead:
git clone --recursive https://github.com/XboxDev/nxdk.git
cd nxdk