added "cd yuzu" because the user is not in the yuzu folder after the clone

HookedBehemoth 2018-08-27 00:26:42 +02:00
parent c4467e0229
commit beb5f1bbda
1 changed files with 1 additions and 0 deletions

@ -106,6 +106,7 @@ Doesn't require the rather large Qt dependency, but you will lack a GUI frontend
``` ```
git clone --recursive https://github.com/yuzu-emu/yuzu git clone --recursive https://github.com/yuzu-emu/yuzu
cd yuzu
mkdir build mkdir build
cd build cd build
cmake .. -G "Visual Studio 15 2017 Win64" cmake .. -G "Visual Studio 15 2017 Win64"