From 7a4da603744f7907e56363c4437fa9f858231789 Mon Sep 17 00:00:00 2001 From: Ingo Karkat Date: Mon, 28 Mar 2022 22:23:17 +0200 Subject: [PATCH] Documentation: Clarify that CONFIG_DIR is for the configuration template And only coincidentally picked up as the global configuration (if CONFIG_DIR=/etc). Fixes #377 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 925afc8..8cd987d 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ make test *NOTE:* Makefile defaults to several default paths for installed files. Adjust to your system: - `INSTALL_DIR`: PATH for executables (default /usr/local/bin) -- `CONFIG_DIR`: PATH for todo.txt config +- `CONFIG_DIR`: PATH for the todo.txt configuration template - `BASH_COMPLETION`: PATH for autocompletion scripts (default to /etc/bash_completion.d) ```shell