diff options
author | HairyFotr <hairyfotr@gmail.com> | 2017-09-14 13:33:27 +0200 |
---|---|---|
committer | HairyFotr <hairyfotr@gmail.com> | 2017-09-14 13:33:27 +0200 |
commit | c7548450c05b61c4232d7aa93926516bfa06688f (patch) | |
tree | 7173d8f6d58c8eebd82a0a40d08685e71292703e /bin/installOnWindows.bat | |
parent | 457fdaa36055f496800953c888150308376cc25d (diff) | |
download | etherpad-lite-c7548450c05b61c4232d7aa93926516bfa06688f.zip |
Typos and minor fixes in bin, doc, and root
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. |