diff --git a/Installing-the-nxdk.md b/Installing-the-nxdk.md index b6ee7cf..ae58371 100644 --- a/Installing-the-nxdk.md +++ b/Installing-the-nxdk.md @@ -30,7 +30,9 @@ you might need to create an alias for lld-link: Finally we are ready to download the nxdk! Run these commands: `git clone https://github.com/xqemu/nxdk.git` + `cd nxdk` + `git submodule init && git submodule update --recursive` Done! You might want to compile a test program to check if everything is working correctly: