From 6180c4f4c8bfc1172fb9090c8c19174e8919debf Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Thu, 27 Jun 2024 23:27:49 -0700 Subject: [PATCH] docs: update steam FAQ --- FAQ.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FAQ.md b/FAQ.md index 8ad4caf..841d99f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -47,12 +47,12 @@ First check if the README already has an equivalent or better feature. If it doe Add an additional chromium policy file and set the sites that need JIT in `JavaScriptJitAllowedForSites`. Here is the [policy reference]( https://admx.help/?Category=Chrome&Policy=Google.Policies.Chrome::JavaScriptJitAllowedForSites). -#### Why won't flatpak steam run? +#### How do I install steam? -To use flatpak steam you need to: +To use steam you can either: -- Be on a [userns](USERNS.md) variant -- Remove `LD_PRELOAD=/var/run/host/usr/lib64/libhardened_malloc.so` from flatpak steam's environment variables in Flatseal +- Install the [flatpak](https://flathub.org/apps/com.valvesoftware.Steam) +- Layer the rpm with `rpm-ostree install steam` #### Why are bluetooth kernel modules disabled? How do I enable them?