Skip to content

Commit

Permalink
Merge pull request #8 from pixrr/patch-1
Browse files Browse the repository at this point in the history
fix(doc): correct example env file name in cp command
  • Loading branch information
d-ivashchuk authored May 23, 2024
2 parents e371222 + 0198e9c commit 336691c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ docker compose up -d
Copy env variables from the example:

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

Be sure to populate database urls; at this stage, they are the most important thing to get started locally:
Expand Down

0 comments on commit 336691c

Please sign in to comment.