From da69912b10b6410302728025f732a9f5d6c8c2e5 Mon Sep 17 00:00:00 2001 From: XAOSTECH <69734795+xaoscience@users.noreply.github.com> Date: Mon, 16 Mar 2026 22:59:22 +0100 Subject: [PATCH] fix(README+docker-compose): reduce install friction Remove docker-compose version (obsolete) and fix install step capitalisation in README --- README.md | 4 ++-- docker-compose.yml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b522851..94a08a7 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/docker-compose.yml b/docker-compose.yml index 2724ce4..cdad7b3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3.8' services: crucix: build: .