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/ +```