From 1bd88cba705d64766fa0e31bdb2dfc9ca11277f2 Mon Sep 17 00:00:00 2001 From: Gustavo Arnosti Neves Date: Wed, 22 Feb 2017 04:49:23 -0300 Subject: [PATCH] update to install info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 872b547..ea45f10 100644 --- a/README.md +++ b/README.md @@ -116,9 +116,9 @@ $ ./pdfScale.sh -v -v ../input-nup.pdf ``` ## System Install -Please note that the system installer will name the executable as `pdfscale` with no uppercase chars and without the `.sh` extension. +The installer will name the executable as `pdfscale` with no uppercase chars and without the `.sh` extension. -If you have `make` installed you can use it to install to `usr/local/bin/pdfscale` with: +If you have `make` installed you can use it to install to `/usr/local/bin/pdfscale` with: ``` sudo make install ```