From e6e883f50ef92c671f99bd15e50eff067654548f Mon Sep 17 00:00:00 2001 From: calesthio Date: Sat, 14 Mar 2026 15:52:41 -0700 Subject: [PATCH] docs: update clone URLs to actual repo path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a29c51b..bae405a 100644 --- a/README.md +++ b/README.md @@ -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