BMAD-METHOD/docs/learn-wds/module-02-installation-setup/lesson-03-git-cloning/01-quick-checklist.md

843 B

Lesson 03: Git Repository Cloning - Quick Checklist

⏱️ 10 minutes


Create Projects Folder

In terminal (Ctrl+** or **Cmd+):

# Windows
mkdir C:\Projects
cd C:\Projects

# Mac/Linux
mkdir ~/Projects
cd ~/Projects
  • Projects folder created

Clone Your Repository

  • Go to your repo on GitHub → Click "Code" → Copy URL
  • In terminal: git clone [paste-url]
  • (If prompted: Install Git → Click "Install")
  • "done" message

Open Project in IDE

  • FileOpen Folder
  • Select your project folder
  • Project in sidebar

Next Step

Repository cloned!

→ Lesson 04: WDS Project Initialization


Need more detail? See full lesson