change to copy instead of move

This commit is contained in:
creations 2025-01-05 21:55:25 -05:00
parent 5f28b093e7
commit 4062c3d0c6
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -10,9 +10,9 @@
cd booru-api cd booru-api
``` ```
2. Rename the example environment file to `.env`: 2. Copy the example environment file to `.env`:
```bash ```bash
mv .example.env .env cp .example.env .env
``` ```
3. Start the application in detached mode: 3. Start the application in detached mode:
@ -30,9 +30,9 @@
cd booru-api cd booru-api
``` ```
2. Rename the example environment file to `.env`: 2. Copy the example environment file to `.env`:
```bash ```bash
mv .example.env .env cp .example.env .env
``` ```
3. Install dependencies using Bun: 3. Install dependencies using Bun: