mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
added description
This commit is contained in:
parent
bdb8642bb0
commit
4cf436ed64
1 changed files with 10 additions and 1 deletions
|
|
@ -3,6 +3,15 @@
|
|||
(function(){
|
||||
"use strict";
|
||||
|
||||
if(!global.cloudcmd)
|
||||
return console.log(
|
||||
'# update.js' + '\n' +
|
||||
'# -----------' + '\n' +
|
||||
'# Module is part of Cloud Commander,' + '\n' +
|
||||
'# used for work update thru git.' + '\n' +
|
||||
'# If you wont to see at work install git' + '\n' +
|
||||
'# http://github.com/coderaiser/cloudcmd' + '\n');
|
||||
|
||||
var main = global.cloudcmd.main,
|
||||
mainpackage = main.mainpackage,
|
||||
exec = main.child_process.exec,
|
||||
|
|
@ -45,7 +54,7 @@
|
|||
stderr : pStderr || pError
|
||||
};
|
||||
}else
|
||||
lExec = 'install git to get auto updates (works for cloned versinons)\n' +
|
||||
lExec = 'install git to get auto updates (works for cloned version)\n' +
|
||||
'git clone http://github.com/coderaiser/cloudcmd';
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue