remove old instructions
This commit is contained in:
parent
a4fc6999e4
commit
be6ada2909
|
@ -27,8 +27,6 @@ class TemplateGenerator {
|
||||||
console.log('-------------------'.yellow);
|
console.log('-------------------'.yellow);
|
||||||
console.log(__('Next steps:').green);
|
console.log(__('Next steps:').green);
|
||||||
console.log(('-> ' + ('cd ' + fspath).bold.cyan).green);
|
console.log(('-> ' + ('cd ' + fspath).bold.cyan).green);
|
||||||
console.log('-> '.green + 'embark blockchain'.bold.cyan + ' or '.green + 'embark simulator'.bold.cyan);
|
|
||||||
console.log(__('open another console in the same directory and run').green);
|
|
||||||
console.log('-> '.green + 'embark run'.bold.cyan);
|
console.log('-> '.green + 'embark run'.bold.cyan);
|
||||||
console.log(__('For more info go to http://embark.status.im').green);
|
console.log(__('For more info go to http://embark.status.im').green);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue