From b11bace5002b3b017664c0616c3197f36d7fc9d4 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);