mirror of https://github.com/embarklabs/embark.git
correct cmd line msg
This commit is contained in:
parent
24f69bb16f
commit
d97c82e5af
|
@ -97,7 +97,7 @@ program.command('run [env]').description('run dapp').action(function(env_) {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
console.log("command not available in meteor or manual mode yet");
|
console.log("command not available in meteor or manual mode yet");
|
||||||
console.log("try instead embark run");
|
console.log("try instead embark deploy; if using meteor then follow that with 'meteor'");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue