Skip to content

Commit 7e3cc7a

Browse files
committed
Add windows tips in documentation
1 parent 1edc9d5 commit 7e3cc7a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,14 @@ sudo yum install imagemagick pdfinfo
470470
brew install imagemagick xpdf
471471
```
472472

473+
## Windows
474+
475+
- The script should work fine in cygwin.
476+
- If you are using msys/git for windows, and the script exits with a 'file not found' error,
477+
- try running `export MSYS_NO_PATHCONV=1`
478+
- and `export MSYS2_ARG_CONV_EXCL="*"`
479+
- and then running again.
480+
473481
## Clone using git
474482
```
475483
git clone https://github.com/tavinus/pdfScale.git

0 commit comments

Comments
 (0)