From 48baf48effee152d79c22b84558cae30cb7eff1c Mon Sep 17 00:00:00 2001 From: Akarsh Jain <72064462+akarsh-jain-790@users.noreply.github.com> Date: Tue, 27 Dec 2022 18:51:20 +0530 Subject: [PATCH] docs: add git as in the prerequisites section of the Quickstart Guide (#2892) * docs: Added git as in the prerequisites section of the Quickstart Guide Fixes: #2850 * added divider Co-authored-by: Shahed Nasser --- docs/content/quickstart/quick-start.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/quickstart/quick-start.mdx b/docs/content/quickstart/quick-start.mdx index 2d42b23c2c..f3dc1c6ba4 100644 --- a/docs/content/quickstart/quick-start.mdx +++ b/docs/content/quickstart/quick-start.mdx @@ -6,6 +6,8 @@ This document will guide you through setting up your Medusa server in a few minu ## Prerequisites +### Node.js + Medusa supports Node versions 14 and 16. You can check which version of Node you have by running the following command: ```bash noReport @@ -14,6 +16,10 @@ node -v You can install Node from the [official website](https://nodejs.org/en/). +### Git + +Git is required for this setup. You can find instructions on how to install it from the [Set up your dev environment documentation](../tutorial/0-set-up-your-development-environment.mdx#git). + --- ## Create a Medusa Server