Update README

This commit is contained in:
Krzosa Karol
2026-03-19 23:40:11 +01:00
parent dc09f48908
commit 0f443282a9

View File

@@ -98,12 +98,3 @@ Supported placeholders used in commands include:
- `{line}`
If a path contains spaces, wrap it in quotes.
## Build-system cleanup ideas
If this project gets another iteration, high-impact cleanup would be:
1. Replace or simplify the custom build chain (e.g., CMake/Meson or a smaller single-step script).
2. Separate third-party dependency build concerns from app build logic.
3. Remove hardcoded absolute defaults and make platform-specific commands explicit in config/docs.
4. Add a minimal regression test path for parsing/search behavior.