From c56794d1c276a303e8820a5d2525020acc2e7c2a Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sat, 11 Jun 2022 23:55:08 +0200 Subject: [PATCH] README: Added limitation of current directory as location of documents --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b25b783..86a468f 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ I know about these limitiations and I (or you) might resolve these in the future - Its configuration is "hard-coded" in the script making updating harder. - The index will not be maintained automatically. - The default configuration reflects my own and maybe are not sane defaults. +- It uses the current directory to determine the location of your documents. If executed from another directory, it might access other files and store scans elsewhere. ## How It Works (TL;DR)