From 6d155b5094375a1c171ec3b08e8b9ca8dc11a01f Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Tue, 4 Aug 2015 21:10:22 +0200 Subject: [PATCH] Updated Setting up pdf.js Development Environment for Windows (markdown) --- Setting-up-pdf.js-Development-Environment-for-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setting-up-pdf.js-Development-Environment-for-Windows.md b/Setting-up-pdf.js-Development-Environment-for-Windows.md index eb9af7c..6f3831f 100644 --- a/Setting-up-pdf.js-Development-Environment-for-Windows.md +++ b/Setting-up-pdf.js-Development-Environment-for-Windows.md @@ -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```