Remove unnecessary prisma db seed command from README

This commit is contained in:
David Corbitt
2022-01-18 21:39:41 -07:00
parent 9f5e6e5f47
commit 90436e5b24

View File

@@ -14,6 +14,5 @@ git clone https://github.com/redwoodjs/redwood-tutorial
cd redwood-tutorial
yarn install
yarn rw prisma migrate dev
yarn rw prisma db seed
yarn rw dev
```