From f59f3b9083c8b945ed8c7545b91f1e8017df8c2d Mon Sep 17 00:00:00 2001 From: creations Date: Wed, 8 Jan 2025 09:00:43 -0500 Subject: [PATCH] change the name for the example env --- .example.env => .env.example | 0 README.md | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename .example.env => .env.example (100%) diff --git a/.example.env b/.env.example similarity index 100% rename from .example.env rename to .env.example diff --git a/README.md b/README.md index 19d6637..d9df36e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ 2. Copy the example environment file to `.env`: ```bash - cp .example.env .env + cp .env.example .env ``` 3. Start the application in detached mode: @@ -32,7 +32,7 @@ 2. Copy the example environment file to `.env`: ```bash - cp .example.env .env + cp .env.example .env ``` 3. Install dependencies using Bun: