diff --git a/README.md b/README.md index 6b31914..d3294d1 100644 --- a/README.md +++ b/README.md @@ -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 ``` 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: .