DOC: clarify default DB location

This commit is contained in:
boyska 2016-11-28 19:40:00 +01:00
parent b91869c27d
commit 3ea156711f
No known key found for this signature in database
GPG key ID: 7395DCAE58289CA9

View file

@ -19,7 +19,7 @@ Architecture
larigira delegates all the music playing business to MPD.
It relies on ``tinydb`` as a db: it's actually just a json file, to achieve
simplicity and flexibility.
simplicity and flexibility. By default it is stored in ``~/.config/larigira/db.json``
Code structure and core concepts
-----------------------------------