From ed178b0b8702ea3cda2aedfab7d221aabf363f95 Mon Sep 17 00:00:00 2001 From: Devin Stagner Date: Sat, 5 Jul 2025 13:25:22 -0500 Subject: [PATCH] docs: add npm install step to README The npm install step was missing from the setup instructions, which is required before running build commands. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 452f1359..ffe791c5 100644 --- a/README.md +++ b/README.md @@ -383,6 +383,7 @@ Want to help improve the BMad Method. Fork n' Clone the repo git clone https://github.com/bmadcode/bmad-method.git cd bmad-method +npm install npm run build # rebuild the dist folder npm run install:bmad # build and install all to a destination folder ```