From fc206d58d69df5474034dade29018df4d77895b8 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Fri, 8 May 2015 21:56:22 +0200 Subject: [PATCH] Make commands easier: no need for ./ --- Setup-PDF.js-in-a-website-(Windows).mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Setup-PDF.js-in-a-website-(Windows).mediawiki b/Setup-PDF.js-in-a-website-(Windows).mediawiki index e125aec..fd86983 100644 --- a/Setup-PDF.js-in-a-website-(Windows).mediawiki +++ b/Setup-PDF.js-in-a-website-(Windows).mediawiki @@ -67,9 +67,9 @@ Be sure to edit viewer.html and viewer.js to use the correct f Now that your build is done, you can copy the viewer and its resources (core files) to your production directory and upload the contents of that directory to your web server (use Git Bash again): # make a production directory if you haven't done so already - mkdir ./production/ + mkdir production # copy the viewer and its resources to the production folder - cp -R ./build/generic ./production + cp -R build/generic production === Compatibility ===