From afb7b05c8ace7d27b8e57f99bb740cf5940d7183 Mon Sep 17 00:00:00 2001 From: Luca D'Amico Date: Tue, 12 Dec 2017 00:15:40 +0100 Subject: [PATCH] Updated Installing the nxdk (markdown) --- Installing-the-nxdk.md | 2 ++ 1 file changed, 2 insertions(+) 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: