Skip to content

Commit

Permalink
Merge pull request #46 from moltenform/master
Browse files Browse the repository at this point in the history
Add windows tips in documentation
  • Loading branch information
tavinus authored Jul 16, 2024
2 parents 9bff20e + 7e3cc7a commit 971e83f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,14 @@ sudo yum install imagemagick pdfinfo
brew install imagemagick xpdf
```

## Windows

- The script should work fine in cygwin.
- If you are using msys/git for windows, and the script exits with a 'file not found' error,
- try running `export MSYS_NO_PATHCONV=1`
- and `export MSYS2_ARG_CONV_EXCL="*"`
- and then running again.

## Clone using git
```
git clone https://github.com/tavinus/pdfScale.git
Expand Down

0 comments on commit 971e83f

Please sign in to comment.