From 7ab92245c0bbb451cec867fa5816a7708e84d379 Mon Sep 17 00:00:00 2001
From: guihkx <626206+guihkx@users.noreply.github.com>
Date: Tue, 5 Sep 2023 15:25:23 -0300
Subject: [PATCH] fix(readme): Update database path for Snap
~/snap/notes/x1/.config/Awesomeness -> ~/snap/notes/current/.config/Awesomeness
---
README.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 01572c0a..53940b87 100644
--- a/README.md
+++ b/README.md
@@ -44,11 +44,11 @@ We have specific instructions for [Windows](docs/build_on_windows.md), [macOS](d
The notes database and settings file are stored in:
-| OS | Path |
-| ------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
-| Windows | `%APPDATA%\Awesomeness` |
-| Linux | `~/.config/Awesomeness`
`~/snap/notes/x1/.config/Awesomeness` (Snap)
`~/.var/app/io.github.nuttyartist.notes/config/Awesomeness` (Flatpak) |
-| macOS | `~/.config/Awesomeness` |
+| OS | Path |
+| ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Windows | `%APPDATA%\Awesomeness` |
+| Linux | `~/.config/Awesomeness`
`~/snap/notes/current/.config/Awesomeness` (Snap)
`~/.var/app/io.github.nuttyartist.notes/config/Awesomeness` (Flatpak) |
+| macOS | `~/.config/Awesomeness` |
## Contributors