Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit authored Nov 15, 2024
1 parent a178c02 commit fcbfc3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ First, copy the `.env.example` file to `.env` and update the values.
envsubst < .env.example > .env
```

If you don't have `envsubst` command, you can use the following command:

```bash
cp .env.example .env
```

In the `.env` file, update the values to match your environment.

```bash
Expand Down

0 comments on commit fcbfc3c

Please sign in to comment.