From 0b908d79949fa38d0dc629109df17c391fea28d7 Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Sun, 28 Jul 2024 23:11:48 -0700 Subject: [PATCH] fix: typo in docs --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 841d99f..5769a84 100644 --- a/FAQ.md +++ b/FAQ.md @@ -35,7 +35,7 @@ Override `LD_PRELOAD` for that app. For flatpaks, this is as simple as removing 1. Check if it's already installed using `rpm -qa | grep x` 2. Check if there's a flatpak available at https://flathub.org -3. Consider using distrobox or nix to install it +3. Consider using distrobox or brew to install it 4. Layer it using `rpm-ostree install`, as a last option #### Another security project has a feature that's missing in secureblue, can you add it?