diff --git a/bin/index.js b/bin/index.js index 825153e..46bf6c9 100755 --- a/bin/index.js +++ b/bin/index.js @@ -94,8 +94,8 @@ async function init() { execSync('git add .', { cwd: projectPath }); execSync('git commit -m "initial commit from frames-v2-quickstart"', { cwd: projectPath }); - console.log(`\n🖼️✨ Successfully created ${projectName} with git and dependencies installed! ✨🖼️\n`); - console.log('Next steps:'); + console.log(`\n🖼️✨ Successfully created frame ${projectName} with git and dependencies installed! ✨🖼️`); + console.log('\nTo run the app:'); console.log(` cd ${projectName}`); console.log(' npm run dev'); }