From a872e090cf350125d6d3f407c5f68524fa47b454 Mon Sep 17 00:00:00 2001 From: Gustavo Arnosti Neves Date: Thu, 12 Apr 2018 05:44:34 -0300 Subject: [PATCH] v2.3.4 readme updates --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index ee0e346..b818e8b 100644 --- a/README.md +++ b/README.md @@ -423,6 +423,19 @@ cd ./pdfScale ./pdfScale.sh --version ``` +## Self-Install +Since `v2.3.0` *pdfScale* can install itself using the parameter `--install`. + +By default it will install to `/usr/local/bin/pdfscale` +``` +./pdfScale.sh --install +``` +A custom location can be specified as a parameter. +Should contain full path to executable file. +``` +./pdfScale.sh --install /opt/pdfscale/pdfscale +``` + ## Run installer using `curl` or `wget` #### wget oneliners ```bash @@ -449,19 +462,6 @@ curl --insecure -s -o /tmp/pdfScale.sh 'https://raw.githubusercontent.com/tavinu #### Remove /tmp/pdfScale.sh ater done ```bash rm /tmp/pdfScale.sh -``` - -## Self-Install -Since `v2.3.0` *pdfScale* can install itself using the parameter `--install`. - -By default it will install to `/usr/local/bin/pdfscale` -``` -./pdfScale.sh --install -``` -A custom location can be specified as a parameter. -Should contain full path to executable file. -``` -./pdfScale.sh --install /opt/pdfscale/pdfscale ``` ## Self-Upgrade