From 8cea0b89a0850861f55c647da2531f394f06d52b Mon Sep 17 00:00:00 2001 From: structix Date: Mon, 25 Mar 2024 16:20:42 +0100 Subject: [PATCH] Update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 992e529..c334c89 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,6 @@ This can be achieved as follows: ### Exit the program To avoid exiting the program by mistake you have to press `ctrl + m` to leave the prompt. + +### Database +The collected data will be stored in a sqlite database. The current working directory must be readable and writeable to store the `ratings.db` file.