diff --git a/Building-OpenRCT2-on-Linux.md b/Building-OpenRCT2-on-Linux.md index b1ff36c..9dc6b27 100644 --- a/Building-OpenRCT2-on-Linux.md +++ b/Building-OpenRCT2-on-Linux.md @@ -149,7 +149,7 @@ See the optimization note above. You can switch from Make to Ninja, if you prefer: ``` mkdir build && cd build -cmake .. -G Ninja #any other arguments you want, for example -DCMAKE_BUILD_TYPE=RelWithDebInfo +cmake .. -G Ninja # Any other arguments you want, for example -DCMAKE_BUILD_TYPE=RelWithDebInfo ninja # No need to specify parallel, it does that automatically DESTDIR=. ninja install ```