From e66e6bca9d716e1694adc0290ca26a3b30ab86ec Mon Sep 17 00:00:00 2001 From: Saman-Safaei-Dev <147905114+Saman-Safaei-Dev@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:34:52 +0330 Subject: [PATCH] feat: add pnpm and yarn installation to install section of README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb90800c3..4f0064ab5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ ## Install ```shell -npm install json-server +npm install json-server # NPM +yarn add json-server # Yarn +pnpm add json-server # PNPM ``` ## Usage