From 5425df3b82073ba4a7e2b6ce0860d82d3b43334f Mon Sep 17 00:00:00 2001 From: Jeremy Anderson Date: Sat, 1 Aug 2026 00:24:20 -0400 Subject: [PATCH] doc corrections --- INSTALL.md | 12 ------------ README.md | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 9ce478c..26f1baf 100755 --- a/INSTALL.md +++ b/INSTALL.md @@ -25,18 +25,6 @@ The headless CLI binary is `target/release/corbel-purge`. The GUI binary is `strip = "symbols"` for the release profile. This produces a small, optimized binary. -## Option B: Use the pre-built binary - -```bash -cd bin -corbel-purge --version -corbel-purge scan ../tests/fixtures/benign.pdf --workspace /tmp/demo -corbel-purge scan ../tests/fixtures/malicious.epub --workspace /tmp/demo --preserve-format -``` - -The pre-built binary is a stripped x86-64 Linux ELF. It requires -glibc 2.28+ (Debian 10+, Ubuntu 18.04+, Arch 2019+, RHEL 8+). - ## What you get ### CLI (`corbel-purge`) diff --git a/README.md b/README.md index cedacaa..276973c 100755 --- a/README.md +++ b/README.md @@ -186,4 +186,4 @@ The scanner, quarantine, and cleanse modules consume only the `Document` UIR and ## License -GPL-3.0-or-later. Copyright (c) 2025 Jeremy Anderson. https://git.dcos.net/dcosnet/corbel \ No newline at end of file +GPL-3.0-or-later. Copyright (c) 2026 Jeremy Anderson. https://git.dcos.net/dcosnet/corbel \ No newline at end of file