From 83eab78b44e9a929c56a3b20b54d6fa6dd05229f Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 26 May 2025 17:58:12 +0200 Subject: [PATCH] Fix typo: 'close' to 'clone' in IDE Project Quickstart section (#94) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca84661c..b689967b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you are not sure what to do in the Web Agent - try `/help` to get a list of c ## IDE Project Quickstart -After you close the project to your local machine, you can copy the `bmad-agent` folder to your project root. This will put the templates, checklists, and other assets the local agents will need to use the agents from your IDE instead of the Web Agent. Minimally to build your project you will want the sm.ide.md and dev.ide.md so you can draft and build your project incrementally. +After you clone the project to your local machine, you can copy the `bmad-agent` folder to your project root. This will put the templates, checklists, and other assets the local agents will need to use the agents from your IDE instead of the Web Agent. Minimally to build your project you will want the sm.ide.md and dev.ide.md so you can draft and build your project incrementally. Here are the more [Setup and Usage Instructions](./docs/instruction.md) for IDE, WEB and Task setup.