fix(README+docker-compose): reduce install friction

Remove docker-compose version (obsolete) and fix install step capitalisation in README
This commit is contained in:
XAOSTECH
2026-03-16 22:59:22 +01:00
parent 0200e6d9d5
commit da69912b10
2 changed files with 2 additions and 3 deletions

View File

@@ -50,7 +50,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
@@ -76,7 +76,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
```

View File

@@ -1,4 +1,3 @@
version: '3.8'
services:
crucix:
build: .