change the name for the example env
This commit is contained in:
parent
4062c3d0c6
commit
f59f3b9083
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
2. Copy the example environment file to `.env`:
|
2. Copy the example environment file to `.env`:
|
||||||
```bash
|
```bash
|
||||||
cp .example.env .env
|
cp .env.example .env
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Start the application in detached mode:
|
3. Start the application in detached mode:
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
2. Copy the example environment file to `.env`:
|
2. Copy the example environment file to `.env`:
|
||||||
```bash
|
```bash
|
||||||
cp .example.env .env
|
cp .env.example .env
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Install dependencies using Bun:
|
3. Install dependencies using Bun:
|
||||||
|
|
Loading…
Add table
Reference in a new issue