From 4d386398ccb13ea3a32e71c16b97978db3f7ee52 Mon Sep 17 00:00:00 2001 From: Kunam Balaram Reddy Date: Tue, 17 Jan 2023 18:16:48 +0530 Subject: [PATCH 1/2] updating the seps installation through npm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f8247b..7d94e4e 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ To install npm, please refer to this link. ```php > sudo npm install electron -g --unsafe-perm=true --allow-root //install electron globally in system > git clone https://github.com/ehrishirajsharma/swiftnessx.git //clone the repository +> cd swiftnessx.git // cd inside the repo > sudo npm install --unsafe-perm=true --allow-root //install dependencies > sudo npm run dev //run the package ``` From c520208e732fc7c972e5920fee622d9b3449af20 Mon Sep 17 00:00:00 2001 From: Kunam Balaram Reddy Date: Tue, 17 Jan 2023 18:20:25 +0530 Subject: [PATCH 2/2] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d94e4e..413ff20 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ To install npm, please refer to this link. ```php > sudo npm install electron -g --unsafe-perm=true --allow-root //install electron globally in system > git clone https://github.com/ehrishirajsharma/swiftnessx.git //clone the repository -> cd swiftnessx.git // cd inside the repo +> cd swiftnessx // cd inside the repo > sudo npm install --unsafe-perm=true --allow-root //install dependencies > sudo npm run dev //run the package ```