From d731bc78eb5d78f69b28bec3e35ff10f3cca7ad3 Mon Sep 17 00:00:00 2001 From: Paulius Michelevicius Date: Wed, 8 May 2024 11:47:46 +0100 Subject: [PATCH] VR-68: READFME update. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddcd95fe..3778bd86 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,6 @@ Followed by database migrations ```bash npm run db:migrate -# seeding data -npm run db:seed ``` Finally to run: @@ -32,6 +30,12 @@ npm run dev ## Seeds +Seeding data + +```bash +npm run db:seed +``` + Creating a new seed from template (knex) ```bash