From 61bf53ba49effe94d93e9eb4758cd98144806f71 Mon Sep 17 00:00:00 2001 From: Damien Ostler Date: Tue, 21 May 2024 22:39:11 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 112e936..c43f5f2 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,6 @@ ### Setting Up For Development -Open your terminal and navigate to the root folder of the git repository. Run the command `npm update`. One the depedencies are pulled and installed you can run the command `npm run dev` to run the application in development mode. +Open your terminal and navigate to the root folder of the git repository. +Run the command `npm update`. +Once the depedencies are pulled and installed you can run the command `npm run dev` to run the application in development mode.