remove old instructions

This commit is contained in:
Iuri Matias 2018-06-14 09:21:15 -04:00
parent a4fc6999e4
commit be6ada2909
1 changed files with 0 additions and 2 deletions

View File

@ -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);
} }