commit 9e4f9225b45a72d34499dcbc5c335a1f30b41698
parent 41d85183182b3dfc2e89fc5d58474cec65f0c625
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Thu, 16 Sep 2021 16:32:08 +0200
Explain config file
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -61,7 +61,8 @@ sudo apt install ../im-notifier_*.deb
 Packages are being built automatically by Gitlab-CI:
 https://gitlab.com/jayvii_de/pp-notifier/-/jobs
 
-You can Download the "artifacts", which contain the latest `.deb` version.
+You can Download the "artifacts", which contain the latest `.deb` version, that
+you can also install via `apt`, just like above.
 
 ## Use IM Notifier
 
@@ -72,3 +73,6 @@ this notifier automatically upon login:
 mkdir -p ~/.config/autostart
 cp /usr/share/applications/im-notifier.desktop ~/.config/autostart/
 ```
+
+IM Notifier reads configurations from `~/.config/im-notifier/config`. A sample
+file can be found in the root repository as [`config.sample`](./config.sample)