From 6aeed1268ed3d4ea2dbae7d30a387870e6b67bca Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 10 Feb 2013 15:19:28 +0000 Subject: [PATCH] change message --- bin/installOnWindows.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/installOnWindows.bat b/bin/installOnWindows.bat index 32ff847f6..f678672b1 100644 --- a/bin/installOnWindows.bat +++ b/bin/installOnWindows.bat @@ -12,7 +12,7 @@ set check_version="if(['6','8'].indexOf(process.version.split('.')[1].toString() cmd /C node -e %check_version% || exit /B 1 echo _ -echo Installing etherpad-lite and dependencies... +echo Ensure that all dependencies are up to date... If this is the first time you have run Etherpad please be patient. cmd /C npm install src/ --loglevel warn || exit /B 1 echo _ @@ -36,4 +36,4 @@ IF NOT EXIST settings.json ( ) echo _ -echo Installed Etherpad-lite! To run Etherpad type start.bat \ No newline at end of file +echo Installed Etherpad! To run Etherpad type start.bat