From 2661323dc1509679ef72e519298beb0c9c609139 Mon Sep 17 00:00:00 2001 From: James Rowe Date: Thu, 17 Nov 2016 11:11:42 -0700 Subject: [PATCH] People want copy paste? I give copy paste ... ... --- Building-for-Windows.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index ac116d0..fc60a68 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -69,6 +69,7 @@ Make sure to follow the instructions and update to the latest version by running #### Clone the citra repository with git. * `git clone --recursive https://github.com/citra-emu/citra.git` + * `cd citra` #### Run the following commands to build citra (dynamic linked build) ```bash