updated README.md

This commit is contained in:
2025-12-13 09:31:56 -06:00
parent 603a02d808
commit 6f1725a1a3

View File

@@ -36,16 +36,13 @@ All builds are orchestrated through project scripts — **direct CMake invocatio
## 🚀 Getting Started ## 🚀 Getting Started
### 1 Clone the Build System ### 1️⃣ Clone the Build System and Grab Packages
```bash ```bash
git clone https://git.fifthgrid.com/sgraves/cpp-build-system.git git clone https://git.fifthgrid.com/sgraves/cpp-build-system.git
git clone https://github.com/sgraves76/cpp-build-system.git git clone https://github.com/sgraves76/cpp-build-system.git
cd cpp-build-system cd cpp-build-system
``` ```
---
### 2 Grab all packages
Run the root-level `grab_packages.sh`/`grab_packages.cmd` Run the root-level `grab_packages.sh`/`grab_packages.cmd`
Example: 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: Run the root-level `create_project.sh` with:
1. The **project name** 1. The **project name**
2. The **parent directory** where the new project should live 2. The **parent directory** where the new project should live