docs: update clone URLs to actual repo path

This commit is contained in:
calesthio
2026-03-14 15:52:41 -07:00
parent 97c438e617
commit e6e883f50e

View File

@@ -45,7 +45,7 @@ It was built for anyone who wants to understand what's actually happening in the
```bash
# 1. Clone the repo
git clone https://github.com/YOUR_USERNAME/crucix.git
git clone https://github.com/calesthio/Crucix.git
cd crucix
# 2. Install dependencies (just Express)
@@ -71,7 +71,7 @@ The dashboard opens automatically at `http://localhost:3117` and immediately beg
### Docker
```bash
git clone https://github.com/YOUR_USERNAME/crucix.git
git clone https://github.com/calesthio/Crucix.git
cd crucix
cp .env.example .env # add your API keys
docker compose up -d