From 878421445fc83272791701e039570aabb3454209 Mon Sep 17 00:00:00 2001 From: sharan <73516174+LuckySilver0021@users.noreply.github.com> Date: Sat, 20 Sep 2025 19:52:26 +0530 Subject: [PATCH] Changed readme fixed small naming issue, from copy to cp as copy isnt a valid command in windows. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee074eff..9a510f5f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ chmod +x ./setupDB.sh #### For Windows users ```bash cd packages/db -copy .env.example .env +cp .env.example .env docker-compose up # Configure the database connection