Skip to content

Commit 64aba63

Browse files
committed
Merge branch 'master' into development
2 parents 9009ea1 + ad7bb5a commit 64aba63

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,13 @@ To get EggCart up and running, follow these steps:
4343
POSTGRES_DB_NAME=database
4444
```
4545

46-
5. Start the bot:
46+
5. Set up the database tables:
47+
```bash
48+
yarn sequelize-cli db:create
49+
yarn sequelize-cli db:migrate
50+
```
51+
52+
6. Start the bot:
4753
```bash
4854
yarn start
4955
```

0 commit comments

Comments
 (0)