Updated README with new prisma commands

This commit is contained in:
Rob Cameron
2021-02-23 12:35:22 -08:00
committed by GitHub
parent 5e1519c71c
commit 6254e24801

View File

@@ -13,7 +13,7 @@ The [tutorial itself](https://redwoodjs.com/tutorial2/prerequisites) contains in
git clone https://github.com/redwoodjs/redwood-tutorial git clone https://github.com/redwoodjs/redwood-tutorial
cd redwood-tutorial cd redwood-tutorial
yarn install yarn install
yarn rw db up yarn rw prisma migrate dev
yarn rw db seed yarn rw prisma db seed
yarn rw dev yarn rw dev
``` ```