feat: add Q&A about Linux installation and prettier formatting

This commit is contained in:
rzmk 2024-09-06 14:52:20 -04:00
parent 5b1a24f800
commit 94230052d1
No known key found for this signature in database
4 changed files with 15 additions and 0 deletions

View file

@ -81,6 +81,16 @@ const FAQData = [
},
],
},
{
question: "How do I run this on my Linux distribution?",
answer: "If you have a compatible Linux setup, then qsv pro should work as intended from the AppImage. You may need to change the AppImage file's permission to be executable by running the 'chmod +x <AppImage path>' command where 'AppImage path' is the path to your AppImage file. Then you may attempt running the AppImage file. If you get a FUSE error, please visit the documentation listed below to install FUSE version 2 for your system.",
links: [
{
label: "AppImage/AppImageKit FUSE wiki article",
url: "https://github.com/AppImage/AppImageKit/wiki/FUSE",
},
],
},
{
question: "Is there a light theme?",
answer: "Yes, you may change the theme with the sun/moon icon on the navigation panel of qsv pro.",