diff --git a/Building-For-Windows.md b/Building-For-Windows.md index 4e94569..ac116d0 100644 --- a/Building-For-Windows.md +++ b/Building-For-Windows.md @@ -59,14 +59,16 @@ NOTE: Citra by default downloads to C:\Users\\citra #### Prerequistes to install * [MSYS2](http://msys2.github.io/) - ** Make sure to follow the instructions and update to the latest version by running `pacman -Syu` as many times as needed. + +Make sure to follow the instructions and update to the latest version by running `pacman -Syu` as many times as needed. #### Install citra dependancies for mingw-w64 * Open the "MSYS2 MinGW 64-bit" (mingw64.exe) shell * Download and install all dependencies using: `pacman -S mingw-w64-x86_64-qt5 mingw-w64-x86_64-SDL2 mingw-w64-x86_64-cmake git` #### Clone the citra repository with git. - ** `git clone --recursive https://github.com/citra-emu/citra.git` + + * `git clone --recursive https://github.com/citra-emu/citra.git` #### Run the following commands to build citra (dynamic linked build) ```bash