mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-18 05:39:26 +00:00
feat: add Q&A about Linux installation and prettier formatting
This commit is contained in:
parent
5b1a24f800
commit
94230052d1
4 changed files with 15 additions and 0 deletions
4
.prettierrc.json
Normal file
4
.prettierrc.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"tabWidth": 4,
|
||||
"trailingComma": "es5"
|
||||
}
|
||||
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
|
@ -22,6 +22,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/react": "^3.3.2",
|
||||
"prettier": "3.3.3",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue