mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-17 09:45:25 +00:00
doc: readme fixes
This commit is contained in:
parent
ead2c04b5b
commit
f5fa2559f0
13
README.md
13
README.md
@ -47,6 +47,13 @@ This makes it easy to benefit from the latest improvements, bug fixes, and new a
|
||||
|
||||
Run `npx bmad-method install`
|
||||
|
||||
OR
|
||||
|
||||
```bash
|
||||
git clone https://github.com/bmadcode/bmad-method.git
|
||||
npm run install:bmad # build and install all to a destination folder
|
||||
```
|
||||
|
||||
This installs all agents and configures them for your IDE. If you have an existing v3 installation, it will offer to upgrade it automatically.
|
||||
|
||||
## 📋 Table of Contents
|
||||
@ -350,10 +357,14 @@ We're building something amazing together - let's keep it simple, powerful, and
|
||||
|
||||
### Development Setup
|
||||
|
||||
Want to help improve the BMad Method. Fork n' Clone the repo
|
||||
|
||||
```bash
|
||||
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
|
||||
```
|
||||
|
||||
## Documentation & Guides
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user