fixed typo when adding explantion for discord presence on linux build guide

Crimson-Hawk 2024-03-30 13:55:56 +01:00
parent ba976541c5
commit 9bf6837c8a

@ -87,7 +87,7 @@ cmake .. -GNinja -DSUYU_USE_BUNDLED_VCPKG=ON -DSUYU_TESTS=OFF
ninja
sudo ninja install
```
You may also want to include support for Discord Rich Presence by adding `-USE_DISCORD_PRESENCE=ON` after `cmake ..`
You may also want to include support for Discord Rich Presence by adding `-DUSE_DISCORD_PRESENCE=ON` after `cmake ..`
Optionally, you can use `cmake-gui ..` to adjust various options (e.g. disable the Qt GUI).