diff --git a/.goreleaser.yml b/.goreleaser.yaml similarity index 100% rename from .goreleaser.yml rename to .goreleaser.yaml diff --git a/README.md b/README.md index 0a9740c..febacaf 100644 --- a/README.md +++ b/README.md @@ -27,17 +27,14 @@ The only requirement asked for running this tool is the `pdftoppm` program. Base apt install poppler-utils ``` -To run the script, you can simply open a new shell and type: +For [Homebrew](https://brew.sh/) users: +```sh +$ brew install pdf-diff ``` -go run main.go ./pdf-1.pdf ./pdf-2.pdf -``` - -or: -``` -go build -./pdf-diff pdf-1.pdf pdf-2.pdf +```sh +$ pdf-diff pdf-1.pdf pdf-2.pdf ``` Once ran, the images are created in the folder `generated`. @@ -51,4 +48,4 @@ If you wish to use this for your project, go ahead. If you have any issues or im If you think my work contributed a little bit to your projects, goals or company, please let me know. Monero: `47VFueCo1yvc6nq688QsBt9UZSrg5z2JLFUwWFs4WtHBSwDsybDbnmLiydo46ybPeqSMxypnjmz5pdz87t4VjngfQfmMd4S` -Bitcoin: `1Pt3YwkFoexAA3s9pV3saoJ2EAXzpqBmrp` \ No newline at end of file +Bitcoin: `1Pt3YwkFoexAA3s9pV3saoJ2EAXzpqBmrp`