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
|
```bash
|
||||||
# 1. Clone the repo
|
# 1. Clone the repo
|
||||||
git clone https://github.com/YOUR_USERNAME/crucix.git
|
git clone https://github.com/calesthio/Crucix.git
|
||||||
cd crucix
|
cd crucix
|
||||||
|
|
||||||
# 2. Install dependencies (just Express)
|
# 2. Install dependencies (just Express)
|
||||||
@@ -71,7 +71,7 @@ The dashboard opens automatically at `http://localhost:3117` and immediately beg
|
|||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/YOUR_USERNAME/crucix.git
|
git clone https://github.com/calesthio/Crucix.git
|
||||||
cd crucix
|
cd crucix
|
||||||
cp .env.example .env # add your API keys
|
cp .env.example .env # add your API keys
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|||||||
Reference in New Issue
Block a user