diff --git a/.gitignore b/.gitignore index f3bcfa3..07c27a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1 @@ -.env *.local* - -node_modules/ - -bin/ -.out/ -out/ -dist/ - -.vscode/ diff --git a/README.md b/README.md index 94315e3..4966d35 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,10 @@ - [`pdf-compress`](./pdf-compress) - 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. \ No newline at end of file + 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. + +## Install + +```zsh +$ ln -sv bin/* ~/.local/bin/ +``` \ No newline at end of file diff --git a/pdf-compress b/bin/pdfcompress similarity index 100% rename from pdf-compress rename to bin/pdfcompress