fixed installer note
This commit is contained in:
parent
1c9fcbb73b
commit
b056b42892
|
|
@ -61,7 +61,7 @@ module.exports = {
|
||||||
chalk.bold(result.path || path.resolve(config.directory, 'bmad')),
|
chalk.bold(result.path || path.resolve(config.directory, 'bmad')),
|
||||||
);
|
);
|
||||||
console.log(chalk.yellow('\nThank you for helping test the early release version of the new BMad Core and BMad Method!'));
|
console.log(chalk.yellow('\nThank you for helping test the early release version of the new BMad Core and BMad Method!'));
|
||||||
console.log(chalk.cyan('Check docs/alpha-release-notes.md in this repository for important information.'));
|
console.log(chalk.cyan('Stable Beta coming soon - please read the full readme.md and linked documentation to get started!'));
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue