Updated Setting up pdf.js Development Environment for Windows (markdown)

Tim van der Meij 2015-08-04 21:10:22 +02:00
parent 5af126663b
commit 6d155b5094

@ -4,7 +4,7 @@ The easiest way to setup the development environment for the PDF.js project:
* Node.js (http://nodejs.org)
* Git for Windows (https://github.com/git-for-windows/git/releases; Unix line endings must be set)
* Git for Windows (https://github.com/git-for-windows/git/releases); note that Unix line endings must be set:
```> git config --global core.autocrlf input```