From 866964f083819b3e6f5acad4cbfbb57236233836 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Thu, 16 Feb 2023 02:21:41 +0100 Subject: [PATCH] updated readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5faa5d..4fb8a97 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@ - [`pdfcompress`](./bin/pdfcompress) - A utility that uses convert to render each page of a PDF to a JPEG image and then merges them back into a single document. + A utility that uses convert to render each page of a PDF to a JPEG image with adjustable quality and then merges them back into a single document. + + With the verbose option this will also print processing information and the estimated remaining time. ## Install ```zsh -$ ln -sv bin/* ~/.local/bin/ -``` \ No newline at end of file +$ ln -svf $(pwd)/bin/* ~/.local/bin/ +```