docs: add npm install step to README

The npm install step was missing from the setup instructions, which is required before running build commands.
This commit is contained in:
Devin Stagner 2025-07-05 13:25:22 -05:00
parent f68f9cba3d
commit ed178b0b87
1 changed files with 1 additions and 0 deletions

View File

@ -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 git clone https://github.com/bmadcode/bmad-method.git
cd bmad-method cd bmad-method
npm install
npm run build # rebuild the dist folder npm run build # rebuild the dist folder
npm run install:bmad # build and install all to a destination folder npm run install:bmad # build and install all to a destination folder
``` ```