Merge pull request #18 from xaoscience/fix/setup-friction
Small setup friction improvement and correction
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
crucix:
|
||||
build: .
|
||||
|
||||
Reference in New Issue
Block a user