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:
parent
f68f9cba3d
commit
ed178b0b87
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue