change the name for the example env

This commit is contained in:
creations 2025-01-08 09:00:43 -05:00
parent 4062c3d0c6
commit f59f3b9083
Signed by: creations
GPG key ID: 8F553AA4320FC711
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
2. Copy the example environment file to `.env`: 2. Copy the example environment file to `.env`:
```bash ```bash
cp .example.env .env cp .env.example .env
``` ```
3. Start the application in detached mode: 3. Start the application in detached mode:
@ -32,7 +32,7 @@
2. Copy the example environment file to `.env`: 2. Copy the example environment file to `.env`:
```bash ```bash
cp .example.env .env cp .env.example .env
``` ```
3. Install dependencies using Bun: 3. Install dependencies using Bun: