From 4062c3d0c6e15389b2fc39ea744d9892581fb5f5 Mon Sep 17 00:00:00 2001 From: creations Date: Sun, 5 Jan 2025 21:55:25 -0500 Subject: [PATCH] change to copy instead of move --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2e83ca0..19d6637 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ cd booru-api ``` -2. Rename the example environment file to `.env`: +2. Copy the example environment file to `.env`: ```bash - mv .example.env .env + cp .example.env .env ``` 3. Start the application in detached mode: @@ -30,9 +30,9 @@ cd booru-api ``` -2. Rename the example environment file to `.env`: +2. Copy the example environment file to `.env`: ```bash - mv .example.env .env + cp .example.env .env ``` 3. Install dependencies using Bun: