From af09c347dad63be47ee6e067b41f074a1c61bda4 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Thu, 23 Jul 2026 15:22:11 +0200 Subject: docs: README; wire lectio-web into build; finalize Add README.md documenting all three binaries (lectio, lectio-ui, lectio-web), config keys, the 12 themes, display modes, offline/update workflow, and both lectionaries, surveyed against the real source. Wire the third binary into Makefile's build/install/uninstall/clean/cross targets (LECTIO_WEB var, ./cmd/lectio-web) and add /lectio-web to .gitignore, matching the existing lectio/lectio-ui style. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4239677..93426dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /lectio /lectio-ui +/lectio-web dist/ *.test *.out -- cgit v1.3