Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgonzalez1 committed Jan 18, 2024
2 parents 9009ea1 + ad7bb5a commit 64aba63
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,13 @@ To get EggCart up and running, follow these steps:
POSTGRES_DB_NAME=database
```

5. Start the bot:
5. Set up the database tables:
```bash
yarn sequelize-cli db:create
yarn sequelize-cli db:migrate
```

6. Start the bot:
```bash
yarn start
```
Expand Down

0 comments on commit 64aba63

Please sign in to comment.