From 6f1725a1a3148da48a85191faf0572fac54e8d92 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 13 Dec 2025 09:31:56 -0600 Subject: [PATCH] updated README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6f617d8..a7190a6 100644 --- a/README.md +++ b/README.md @@ -36,16 +36,13 @@ All builds are orchestrated through project scripts — **direct CMake invocatio ## 🚀 Getting Started -### 1 Clone the Build System +### 1️⃣ Clone the Build System and Grab Packages ```bash git clone https://git.fifthgrid.com/sgraves/cpp-build-system.git git clone https://github.com/sgraves76/cpp-build-system.git cd cpp-build-system ``` ---- - -### 2 Grab all packages Run the root-level `grab_packages.sh`/`grab_packages.cmd` Example: @@ -61,7 +58,7 @@ This will download and validate all packages currently supported by `cpp-build-s --- -### 3 Create a New Project +### 2️⃣ Create a New Project Run the root-level `create_project.sh` with: 1. The **project name** 2. The **parent directory** where the new project should live