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
|
```bash
|
||||||
# 1. Clone the repo
|
# 1. Clone the repo
|
||||||
git clone https://github.com/calesthio/Crucix.git
|
git clone https://github.com/calesthio/Crucix.git
|
||||||
cd crucix
|
cd Crucix
|
||||||
|
|
||||||
# 2. Install dependencies (just Express)
|
# 2. Install dependencies (just Express)
|
||||||
npm install
|
npm install
|
||||||
@@ -86,7 +86,7 @@ The dashboard opens automatically at `http://localhost:3117` and immediately beg
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/calesthio/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
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
version: '3.8'
|
|
||||||
services:
|
services:
|
||||||
crucix:
|
crucix:
|
||||||
build: .
|
build: .
|
||||||
|
|||||||
Reference in New Issue
Block a user