From 4f9dacdaf6aa9dc5b673dbee740fb77ea08e1daf Mon Sep 17 00:00:00 2001 From: Antoine Aflalo <197810+Belphemur@users.noreply.github.com> Date: Wed, 10 Sep 2025 09:13:59 -0400 Subject: [PATCH] chore: remove requirements --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index b1b48f7..a882293 100644 --- a/README.md +++ b/README.md @@ -139,11 +139,6 @@ LOG_LEVEL=warn cbzconverter optimize comics/ docker run -e LOG_LEVEL=debug -v /path/to/comics:/comics ghcr.io/belphemur/cbzoptimizer:latest optimize /comics ``` -## Requirements - -- For Docker usage: No additional requirements needed -- For binary usage: Needs `libwebp` installed on the system for WebP conversion - ## Docker Image The official Docker image is available at: `ghcr.io/belphemur/cbzoptimizer:latest`