Merge pull request #18 from xaoscience/fix/setup-friction

Small setup friction improvement and correction
This commit is contained in:
calesthio
2026-03-17 14:24:00 -07:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -60,7 +60,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/calesthio/Crucix.git
cd crucix
cd Crucix
# 2. Install dependencies (just Express)
npm install
@@ -86,7 +86,7 @@ The dashboard opens automatically at `http://localhost:3117` and immediately beg
```bash
git clone https://github.com/calesthio/Crucix.git
cd crucix
cd Crucix
cp .env.example .env # add your API keys
docker compose up -d
```