From 991d4f5d7afd3b349a836069d4808e0077841559 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Sun, 13 Aug 2023 19:54:18 +0530 Subject: [PATCH] docs: updated local installation docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ee48a8..5730f09 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ 2. Install all the dependencies. ```bash - npm ci #or yarn install + npm i #or yarn install ``` 3. Start the server!