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
This commit is contained in:
Ingo Karkat
2022-03-28 22:23:17 +02:00
parent ea32af34e6
commit 7a4da60374

View File

@@ -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