We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bff20e + 7e3cc7a commit 971e83fCopy full SHA for 971e83f
1 file changed
README.md
@@ -471,6 +471,14 @@ sudo yum install imagemagick pdfinfo
471
brew install imagemagick xpdf
472
```
473
474
+## Windows
475
+
476
+- The script should work fine in cygwin.
477
+- If you are using msys/git for windows, and the script exits with a 'file not found' error,
478
+- try running `export MSYS_NO_PATHCONV=1`
479
+- and `export MSYS2_ARG_CONV_EXCL="*"`
480
+- and then running again.
481
482
## Clone using git
483
484
git clone https://github.com/tavinus/pdfScale.git
0 commit comments