From 0f443282a917ee1e2e5eda0ad03c8fac36a48b2e Mon Sep 17 00:00:00 2001 From: Krzosa Karol Date: Thu, 19 Mar 2026 23:40:11 +0100 Subject: [PATCH] Update README --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index ffbc793..713899c 100644 --- a/README.md +++ b/README.md @@ -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.