2
0
forked from jmug/cactoide

fix minor port, docs inconsistencies

Signed-off-by: Nandor Magyar <nandormagyar.it@gmail.com>
This commit is contained in:
Nandor Magyar
2025-10-24 15:08:41 +02:00
parent 75fa7a9528
commit bb573c603a
4 changed files with 18 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ Uses the [`docker-compose.yml`](docker-compose.yml) file to setup the applicatio
```bash
git clone https://github.com/polaroi8d/cactoide/
cd cactoide
cp env.example .env
cp .env.docker.example .env
docker compose up -d
```
@@ -46,7 +46,7 @@ docker compose up -d
```bash
git clone https://github.com/polaroi8d/cactoide/
cd cactoide
cp env.example .env
cp .env.example .env
make db-only
npm run dev -- --open
```