summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-03 20:05:04 +0300
committerPaul Buetow <paul@buetow.org>2026-06-03 20:05:04 +0300
commita9e9d2db616c4cb1a1fd192e38d53fba69b0102d (patch)
treebdc1e0486fab2478c8d4da2092080a71747b5132 /README.md
parent9b3f994be65fe37516c74a60aa158b5bb340b20d (diff)
Resolve default template directory fallback for 1j0
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 83d7218..11acd58 100644
--- a/README.md
+++ b/README.md
@@ -117,5 +117,8 @@ flag wins.
## HTML templates
Templates live under `share/templates/default` in the source tree and under the
-installed template directory after installation. Copy and edit them, then point
-`TEMPLATE_DIR` or `--template PATH` at the customized directory.
+installed template directory after installation. The stock default resolves to
+the installed template directory when it exists, and otherwise falls back to the
+source tree's `share/templates/default` when running from a checkout. Copy and
+edit templates, then point `TEMPLATE_DIR` or `--template PATH` at the customized
+directory.