diff --git a/Linux-Build.md b/Linux-Build.md index d05bd5c..705bdb7 100644 --- a/Linux-Build.md +++ b/Linux-Build.md @@ -44,8 +44,7 @@ The `--recursive` option automatically clones the required Git submodules too. ### Building Citra: ``` -mkdir build -cd build +mkdir build && cd build cmake .. make sudo make install (currently doesn't work, needs to be fixed)