From 46512ee2dec684d3ffcbc93954b0cf260b8439d0 Mon Sep 17 00:00:00 2001 From: Bastien Chanot Date: Wed, 24 Jun 2026 18:02:23 +0200 Subject: [PATCH] docs(readme): fix stale wkhtmltopdf -> weasyprint in package list install.sh installs weasyprint (HTML/CSS->PDF), not wkhtmltopdf; the apt package list in README was stale. Mirror the installer verbatim. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01CN1KSmsuLG6TxSeN5m8xvM --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c42637..c98a0e4 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ What it does: - **Net / security / transport**: `curl gnupg ca-certificates apt-transport-https net-tools openssh-server cifs-utils lftp ftp` - **Shell tooling**: `unzip tree tmux fzf dtach` - **Runtimes**: `nodejs python3-pip pipx php-cli` -- **Media / doc CLI**: `ffmpeg wkhtmltopdf poppler-utils qpdf webp libavif-bin` +- **Media / doc CLI**: `ffmpeg weasyprint poppler-utils qpdf webp libavif-bin` - **Docker**: `docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin` (via Docker's repo) - **pipx**: `PyMuPDF` (`pymupdf`), `Markdown` (`markdown_py`)