From f1256f7e8f1f9f396490190019aa7f7829d91da6 Mon Sep 17 00:00:00 2001 From: Omar Moustafa Date: Tue, 26 Jul 2022 17:39:09 +0400 Subject: [PATCH] docs: Fix Install Command in Quickstart Guide (#1905) --- docs/content/quickstart/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/quickstart/quick-start.md b/docs/content/quickstart/quick-start.md index 2739f46f7a..9bf0ede1ea 100644 --- a/docs/content/quickstart/quick-start.md +++ b/docs/content/quickstart/quick-start.md @@ -27,7 +27,7 @@ You can install Node from the [official website](https://nodejs.org/en/). ### 1. Install Medusa CLI ```bash npm2yarn - npm install -g @medusajs/medusa-cli + npm install @medusajs/medusa-cli -g ``` ### 2. Create a new Medusa project