From eea3e10757206f2eaacc4427c12f8af4d708a5c5 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 14 Nov 2022 15:57:45 +0530 Subject: [PATCH] Updated Readme - added yarn install instruction --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d81c14c0..a3bb7dca 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,11 @@ So, make sure to install both to use the project. From your terminal: +```sh +yarn install +``` +This install's all dependencies for a project. + ```sh yarn dev ```