doc corrections
This commit is contained in:
parent
2504ce4fb5
commit
5425df3b82
12
INSTALL.md
12
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
|
`strip = "symbols"` for the release profile. This produces a small, optimized
|
||||||
binary.
|
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
|
## What you get
|
||||||
|
|
||||||
### CLI (`corbel-purge`)
|
### CLI (`corbel-purge`)
|
||||||
|
|
|
||||||
|
|
@ -186,4 +186,4 @@ The scanner, quarantine, and cleanse modules consume only the `Document` UIR and
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
GPL-3.0-or-later. Copyright (c) 2025 Jeremy Anderson. https://git.dcos.net/dcosnet/corbel
|
GPL-3.0-or-later. Copyright (c) 2026 Jeremy Anderson. https://git.dcos.net/dcosnet/corbel
|
||||||
Loading…
Reference in New Issue