From c7670fbb36d7b18ffbee66f26418579760e73c6d Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 10 Jul 2013 14:58:56 +0000 Subject: [PATCH] chore(update) add info about exec dir --- lib/server/update.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/server/update.js b/lib/server/update.js index 16c85263..ab81ffdb 100644 --- a/lib/server/update.js +++ b/lib/server/update.js @@ -57,6 +57,7 @@ }; } else lExec = 'install git to get auto updates (works for cloned version)\n' + + 'or start cloudcmd from root of Cloud Commander dir\n' + 'git clone http://github.com/coderaiser/cloudcmd'; Util.log(lExec);