Skip to content

Commit 2219601

Browse files
committed
#3173 doc: mention libfuse2
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 077dd5a commit 2219601

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

webpage/src/installation/appimage.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ Then you can change the execute-permissions on the file:
1919
chmod a+x QOwnNotes-*.AppImage
2020
```
2121

22+
::: tip
23+
AppImages need `libfuse2` to run!
24+
For example under Ubuntu you can install the library with `sudo apt install libfuse2`.
25+
:::
26+
2227
Afterward you should be able to execute the AppImage to run QOwnNotes.
2328

2429
::: warning

0 commit comments

Comments
 (0)