From 9ea7198b1de04343572c1d85ca1c0e9e3781d6fd Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Fri, 8 May 2015 21:49:50 +0200 Subject: [PATCH] Fix clone command --- Setup-PDF.js-in-a-website-(Linux).mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Setup-PDF.js-in-a-website-(Linux).mediawiki b/Setup-PDF.js-in-a-website-(Linux).mediawiki index d85273f..44fcffa 100644 --- a/Setup-PDF.js-in-a-website-(Linux).mediawiki +++ b/Setup-PDF.js-in-a-website-(Linux).mediawiki @@ -4,11 +4,11 @@ Note that the instructions on this page are focussed on Debian, Ubuntu and Linux sudo apt-get install nodejs npm 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/ nodejs make server Then you can reach your Node.js server using the following URL: