diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 000d8a3..0f95174 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -92,7 +92,7 @@ sudo make install (optional) ### Running without installing: -After building, the binaries `citra` and `citra-qt` (depending on your build options) will end up in `build/bin/`. +After building, the binaries `citra`, `citra-qt` and `citra-room` (depending on your build options) will end up in `build/bin/`. ``` # SDL @@ -102,6 +102,10 @@ cd build/bin/ # Qt cd build/bin/ ./citra-qt + +# Dedicated room +cd build/bin/ +./citra-room ``` ### Debugging: