From 8b1c53c0111680bfa0c6c91fdf1c8a98027de24e Mon Sep 17 00:00:00 2001 From: Gustavo Arnosti Neves Date: Thu, 12 Apr 2018 05:24:12 -0300 Subject: [PATCH] v2.3.4 readme updates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e536edb..f22fe24 100644 --- a/README.md +++ b/README.md @@ -428,12 +428,12 @@ Since `v2.3.0` *pdfScale* can install itself using the parameter `--install`. By default it will install to `/usr/local/bin/pdfscale` ``` -pdfscale --install +./pdfScale.sh --install ``` A custom location can be specified as a parameter. Should contain full path to executable file. ``` -pdfscale --install /opt/pdfscale/pdfscale +./pdfScale.sh --install /opt/pdfscale/pdfscale ``` ## Self-Upgrade