Skip to content

Commit 1c75977

Browse files
committed
docs: add more flatpak advice
1 parent f1f07fd commit 1c75977

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,15 @@ Some users reported issues with Obsidian installed via Snap, because Obsidian ru
6565

6666
Installation via [Flatpak](https://flathub.org/apps/details/md.obsidian.Obsidian) or AppImage works.
6767

68+
If you installed Obsidian a while ago via Flatpak, and it doesn't work please run the following.
69+
70+
```
71+
$ flatpak update md.obsidian.Obsidian
72+
$ flatpak override --reset md.obsidian.Obsidian
73+
$ flatpak run md.obsidian.Obsidian
74+
```
75+
https://github.com/flathub/md.obsidian.Obsidian/issues/5#issuecomment-736974662
76+
6877
# Tips
6978
## Excluding Obsidian cache files from repository
7079
To exclude cache files from the repository, create `.gitignore` file in the root of your vault and add the following lines:
@@ -88,4 +97,4 @@ This plugin was initial developed by [denolehov](https://github.com/denolehov).
8897
8998
<br>
9099

91-
<a href="https://www.buymeacoffee.com/Vinzent03"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=Vinzent03&button_colour=5F7FFF&font_colour=ffffff&font_family=Inter&outline_colour=000000&coffee_colour=FFDD00"></a>
100+
<a href="https://www.buymeacoffee.com/Vinzent03"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=Vinzent03&button_colour=5F7FFF&font_colour=ffffff&font_family=Inter&outline_colour=000000&coffee_colour=FFDD00"></a>

0 commit comments

Comments
 (0)