diff --git a/tools/installer/lib/installer.js b/tools/installer/lib/installer.js index 0d1718fb..d6b446ee 100644 --- a/tools/installer/lib/installer.js +++ b/tools/installer/lib/installer.js @@ -893,7 +893,7 @@ class Installer { } // Important notice to read the user guide - console.log(chalk.red.bold("\nšŸ“– IMPORTANT: Please read the user guide installed at docs/user-guide.md")); + console.log(chalk.red.bold("\nšŸ“– IMPORTANT: Please read the user guide installed at .bmad-core/user-guide.md")); console.log(chalk.red("This guide contains essential information about the BMad workflow and how to use the agents effectively.")); }