From d95f68f0e6cf5262b39998fc8fdc846110df0c33 Mon Sep 17 00:00:00 2001 From: Flammie A Pirinen Date: Mon, 18 Nov 2024 09:37:49 +0100 Subject: [PATCH] notes --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8b5c22e..5485e22 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,10 @@ Optional arguments: --json output in JSON format ``` +If you want to debug divvunspell behaviour, simply enable rust's logging +features by setting `RUST_LOG=trace` on your commandline's environment +variables. + ### accuracy Building: @@ -154,3 +158,8 @@ The crate `divvunspell` is licensed under either of at your option. The `divvunspell`, `thfst-tools` and `accuracy` binaries are licensed under the GPL version 3 license. + +## More docs? + +We have [GitHub pages site](https://divvun.github.io/divvunspell/) for +divvunspell with some more tech docs and stuff (WIP).