Skip to content

Commit b5f7d32

Browse files
committed
add clarification to embark run cmd
1 parent dcc9aa7 commit b5f7d32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/embark

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ program.command('run [env]').description('run dapp').action(function(env_) {
9494
}
9595
else {
9696
console.log("command not available in meteor or manual mode yet");
97+
console.log("try instead embark run");
9798
}
9899
});
99100

0 commit comments

Comments
 (0)