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

4
.prettierrc.json Normal file
View file

@ -0,0 +1,4 @@
{
"tabWidth": 4,
"trailingComma": "es5"
}

BIN
bun.lockb

Binary file not shown.

View file

@ -22,6 +22,7 @@
},
"devDependencies": {
"@astrojs/react": "^3.3.2",
"prettier": "3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}

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.",