From 8a2c5ce0ef193110b861bc804a80cd11739b776f Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Sat, 31 Aug 2024 14:37:35 -0700 Subject: [PATCH] docs: formatting fix --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index a90d69a..73c4758 100644 --- a/FAQ.md +++ b/FAQ.md @@ -106,4 +106,4 @@ For example: `rpm-ostree install zfs-fuse` #### Why don't KDE Vaults work? -Similar to the AppImage FAQ, the KDE Vault default backend (cryfs) depends on fuse2. For this reason it's recommended that you migrate to an alternative that doesn't depend on fuse2, for example `fscrypt`. If you don't want to do so, you can add fuse2 back by layering something that depends on it, as described in the AppImage FAQ. +Similar to the AppImage FAQ, the KDE Vault default backend `cryfs` depends on fuse2. For this reason it's recommended that you migrate to an alternative that doesn't depend on fuse2, for example `fscrypt`. If you don't want to do so, you can add fuse2 back by layering something that depends on it, as described in the AppImage FAQ.