diff --git a/Setup-PDF.js-in-a-website-(Windows).mediawiki b/Setup-PDF.js-in-a-website-(Windows).mediawiki index 366e9fe..e125aec 100644 --- a/Setup-PDF.js-in-a-website-(Windows).mediawiki +++ b/Setup-PDF.js-in-a-website-(Windows).mediawiki @@ -1,13 +1,13 @@ == Setup the testing environment == -The easiest way to setup your testing environment is to follow the instructions posted [https://github.com/mozilla/pdf.js/wiki/Setting-up-pdf.js-Development-Environment-for-Windows here]. You'll need Git, the Mozilla build environment and Node.js if you choose the recommended MSYS environment. After that, execute the following commands in Git Bash: +The easiest way to setup your testing environment is to follow the instructions posted [https://github.com/mozilla/pdf.js/wiki/Setting-up-pdf.js-Development-Environment-for-Windows here]. You will need Git, the Mozilla build environment and Node.js if you choose the recommended MSYS environment. After that, execute the following commands in Git Bash: cd / - git clone git://github.com/mozilla/pdf.js.git pdfjs + git clone git://github.com/mozilla/pdf.js.git === Start the test server === - cd ./pdfjs/ + cd pdf.js/ node make server If Node.js complains about not recognizing python2.7 as an internal or external command ([https://github.com/mozilla/pdf.js/issues/2016#issuecomment-8008140 more information here]), then go to your Python installation directory (in my case, C:\Python27), copy the file python.exe and rename the copy to python2.7.exe. After that, run the command again.