From df2159bd8c39ba6833df879e45d1a6881b5ca8c5 Mon Sep 17 00:00:00 2001 From: abdemirza <45914394+abdemirza@users.noreply.github.com> Date: Fri, 17 Feb 2023 20:16:42 +0530 Subject: [PATCH 1/2] Update README.md Added yarn install command in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bbfb45b..f71374c 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ Today's community use mobile phones to make their life easier, and community-bas * Install the node modules with the following command `npm install` + OR + `yarn install` ### Configure the config.example.js file (IMPORTANT) > Open the project in any text editor you use. Open the `config.example.js` file in the `config` folder and follow the following steps. From f72867c997143e354188dec3d5e374ea7042b1af Mon Sep 17 00:00:00 2001 From: abdemirza <45914394+abdemirza@users.noreply.github.com> Date: Fri, 17 Feb 2023 20:18:24 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f71374c..4adf682 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Today's community use mobile phones to make their life easier, and community-bas `npm install` OR - `yarn install` + `yarn install` ### Configure the config.example.js file (IMPORTANT) > Open the project in any text editor you use. Open the `config.example.js` file in the `config` folder and follow the following steps.