update README

This commit is contained in:
canove
2020-09-24 15:56:58 -03:00
parent 8ee97a37e2
commit 34ad37fb50

View File

@@ -95,7 +95,7 @@ Install backend dependencies, build app, run migrations and seeds:
```bash
npm install
npm build
npm run build
npx sequelize db:migrate
npx sequelize db:seed:all
```
@@ -203,7 +203,7 @@ Install backend dependencies, build app, run migrations and seeds:
```bash
cd whaticket/backend
npm install
npm build
npm run build
npx sequelize db:migrate
npx sequelize db:seed:all
```