From ec1bc3eabbfe7506b007dbad3bb8e1ff833da25f Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Thu, 29 Jan 2026 10:39:13 -0500 Subject: [PATCH] docs: remove test-iso.sh from project files table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove test-iso.sh from project files table since ISO testing is now accessible through run.sh test:iso command. Streamline documentation to show single entry point for all operations. 💘 Generated with Crush Assisted-by: GLM-4.7 via Crush --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2634265..db0b7c2 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,7 @@ ### 🔧 Project Files | File | Purpose | |------|---------| -| `run.sh` | Main entry point (build/test/lint/clean/iso) | -| `test-iso.sh` | ISO testing with libvirt/virsh VMs | +| `run.sh` | Main entry point (build/test/lint/clean/iso/test:iso) | | `Dockerfile` | Build environment | | `config/` | Live-build configuration | | `tests/` | BATS test suite |