docs: update clone URLs to actual repo path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user