From 27f3387741cea85d9606f634903e24acc60e3681 Mon Sep 17 00:00:00 2001 From: Zai Shi Date: Sun, 29 Sep 2024 21:45:15 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc2034b9c..9257bcd93 100644 --- a/README.md +++ b/README.md @@ -110,8 +110,8 @@ pnpm install pnpm run build # reset & start the dependencies (DB, Inbucket, etc.) as Docker containers, seeding the DB with the Prisma schema -pnpm run restart-deps -# pnpm run start-deps +pnpm run start-deps +# pnpm run restart-deps # pnpm run stop-deps # Start the dev server