-
First time trying numbat (on Windows)! Download from the releases pages looks like this: PS C:\Apps\Temp\numbat-v1.7.0-x86_64-pc-windows-msvc> ls
Directory: C:\Apps\Temp\numbat-v1.7.0-x86_64-pc-windows-msvc
Mode LastWriteTime Length Name
---- ------------- ------ ----
d---- 2023-11-03 21:27 modules
-a--- 2023-11-03 21:27 11558 LICENSE-APACHE
-a--- 2023-11-03 21:27 1123 LICENSE-MIT
-a--- 2023-11-03 21:27 3842560 numbat.exe
-a--- 2023-11-03 21:27 6645 README.md
PS C:\Apps\Temp\numbat-v1.7.0-x86_64-pc-windows-msvc> I've been reading the docs, module usage/paths are explained here: https://numbat.dev/doc/cli-customization.html#module-paths There's a link to https://numbat.dev/doc/cli-installation.html#guidelines-for-package-maintainers And this has me now a bit confused, specifically
Okay, so the Or do I get this wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Cool — did it work? :-)
That should not be the case, ideally. It means our documentation did not serve its purpose. Please let us know if/how we can improve the documentation after we have clarified things here.
Yes. If Numbat finds a module folder in the config path, it will prefer to load the modules from there. It will only fall back to the built-into-the-binary modules if a module is requested that is not present in one of the module folders.
Yes. It is. There is a literal copy of all of these files inside the binary. In 95% of the cases, this is completely enough. There are two drawbacks though:
That's it. If you don't care about this, you can just use |
Beta Was this translation helpful? Give feedback.
Cool — did it work? :-)
That should not be the case, ideally. It means our documentation did not serve its purpose. Please let us know if/how we can improve the documentation after we have clarified things here.
Yes. If Numbat finds a module folder in the config path, it will prefer to load the modules from there. It will only fall back to the built-into-the-binary modules if a module is requested that is not present in one of the module folders.