diff --git a/lib/create.js b/lib/create.js index 6452b2e..b9b9230 100644 --- a/lib/create.js +++ b/lib/create.js @@ -89,8 +89,7 @@ class Creator { if (!installed) { console.log(chalk.cyan(` ${chalk.gray("$")} npm install`)); } - console.log(chalk.cyan(` ${chalk.gray("$")} lcui compile ./src`)); - console.log(chalk.cyan(` ${chalk.gray("$")} xmake`)); + console.log(chalk.cyan(` ${chalk.gray("$")} lcui build`)); console.log(chalk.cyan(` ${chalk.gray("$")} xmake run app\n`)); } }