change to copy instead of move
This commit is contained in:
parent
5f28b093e7
commit
4062c3d0c6
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue