From 47517b22de36fd8975f1a9e6d8f94aae635f44f5 Mon Sep 17 00:00:00 2001 From: manjaroblack <42281273+manjaroblack@users.noreply.github.com> Date: Tue, 22 Jul 2025 16:38:01 -0500 Subject: [PATCH] fix: Update console.log for user-guide.md install path Changed IMPORTANT: Please read the user guide installed at docs/user-guilde.md to IMPORTANT: Please read the user guide installed at .bmad-core/user-guide.md WHY: the actual install location of the user-guide.md is in the .bmad-core directory. --- tools/installer/lib/installer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")); }