From f5fa2559f045b1cc8f085dae9f5056a213a5f767 Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Sat, 28 Jun 2025 16:12:01 -0500 Subject: [PATCH] doc: readme fixes --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1dcabde..574d9aee 100644 --- a/README.md +++ b/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