From dc3516e810109796ef9ee94d666c705ae6ff3246 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Mon, 25 Jul 2022 22:01:05 +0300 Subject: [PATCH] Fix setting up instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53f3d983c..b47b4a01a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ There is a sequence of commands you need to run: 1. `nvm use` to switch to the correct Node version. 2. `npm i` to install the dependencies. 3. Make a copy of `.env.example` that's called `.env`. See below for note about environment variables. -4. `npm run migrate` to set up the database tables. +4. `npm run migrate up` to set up the database tables. 5. `npm run seed` to fill database with test data. 6. `npm run dev` to run the project in development mode.