From a847f590d75ea189021abc213d6bc87e125e3a76 Mon Sep 17 00:00:00 2001 From: jake Date: Sat, 16 Nov 2024 04:42:52 -0500 Subject: [PATCH] clarify lack of knowledge in where the config should be located --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd6547b..0fd8c0f 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ jjakkekeyserverdb=# exit ### Caveats #### config file -For some reason, hypnotoad (or morbo) lacks a 'config' flag and there isn't a way to set it as far as I can tell (even in program (for now)). What I do know is that it looks for keyserver.conf in the working directory. +For some reason, hypnotoad (or morbo) lacks a 'config' flag and there isn't a way to set it as far as I can tell (even in program (for now)). What I do know is that it looks for keyserver.conf somewhere, most likely working directory, but maybe the directory the program itself is in. #### Usage of 'lib' I used `use lib qw(lib)` in my program, which means the working directory has have 'lib/KeyData.pm' in it, or be manually installed somewhere (really not recommended). Basically the directory keyserver program resides in.