From 5eef60a4eb59e6ffaeb9f0a7123081f8d29fd01d Mon Sep 17 00:00:00 2001 From: Emmanuel Morales <31712515+EmmanuelMr18@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:24:09 -0600 Subject: [PATCH] docs(development): update step 9 text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6b44a4..c7bb474 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Major areas 6. Replace `JWT_SECRET` with `openssl rand -hex 32` 7. Get a local clerk dev key for `NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY` and `CLERK_SECRET_KEY` 8. Keep a terminal live for `bun run db-dev` -9. Create local data with `bun run migrate-local` +9. Execute the local migration to create the initial data `bun run migrate-local` 10. Finally start the next server with `bun dev` **Schema Changes**