From 4ad8426f02073c0d42b4f04c2dc0049796dbdc75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?h=CE=B1rsh=20v=CE=B1ir=CE=B1gi?= Date: Sat, 21 Sep 2024 08:43:19 +0530 Subject: [PATCH] docs fixed at npm install command. --- docs/documentation.md | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/documentation.md b/docs/documentation.md index 9a0d41b..83e496a 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -24,7 +24,7 @@ npx https://www.github.com/OurCodeBase/gen3-express my-app ### 2. node package manager Generation of an express app is not recommended through npm. ```bash -npm install -gen3 https://www.github.com/OurCodeBase/gen3-express.git +npm install -g https://www.github.com/OurCodeBase/gen3-express.git ``` ```bash gen3-express my-app diff --git a/readme.md b/readme.md index 9a0d41b..83e496a 100644 --- a/readme.md +++ b/readme.md @@ -24,7 +24,7 @@ npx https://www.github.com/OurCodeBase/gen3-express my-app ### 2. node package manager Generation of an express app is not recommended through npm. ```bash -npm install -gen3 https://www.github.com/OurCodeBase/gen3-express.git +npm install -g https://www.github.com/OurCodeBase/gen3-express.git ``` ```bash gen3-express my-app