Skip to content

Commit

Permalink
docs: fix typos in startup guide
Browse files Browse the repository at this point in the history
  • Loading branch information
georgimld committed Sep 12, 2024
1 parent 57bab7c commit 63a9a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer/START_UP_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can find a full list of the environment variables in the [Environment variab

```bash
# from project root
cp ./postgres.env.example ./postgres/.env
cp ./postgres/.env.example ./postgres/.env
cp ./app/.env.example ./app/.env # and then fill the missing env vars in /app
cp ./strapi/.env.example ./strapi/.env # and then fill the missing env vars in /strapi
```
Expand All @@ -27,7 +27,7 @@ Make sure you have three (3) .env files in total. One (1) in /postgres folder, o
First start the components:

```bash
docker-compose up
docker compose up
```

then start the InnoVerse app locally
Expand Down

0 comments on commit 63a9a85

Please sign in to comment.