diff options
Diffstat (limited to 'bin/installOnWindows.bat')
-rw-r--r-- | bin/installOnWindows.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/installOnWindows.bat b/bin/installOnWindows.bat index 89fa335d..db679ef0 100644 --- a/bin/installOnWindows.bat +++ b/bin/installOnWindows.bat @@ -1,10 +1,10 @@ @echo off -:: change directory to etherpad-lite root +:: Change directory to etherpad-lite root cd /D "%~dp0\.." :: Is node installed? -cmd /C node -e "" || ( echo "Please install node.js ( http://nodejs.org )" && exit /B 1 ) +cmd /C node -e "" || ( echo "Please install node.js ( https://nodejs.org )" && exit /B 1 ) echo _ echo Ensure that all dependencies are up to date... If this is the first time you have run Etherpad please be patient. |