From 66fa05f994d74c594f7944644930db90872b05eb Mon Sep 17 00:00:00 2001 From: Akarsh Jain Date: Fri, 23 Dec 2022 08:42:42 +0530 Subject: [PATCH] docs: Added git as in the prerequisites section of the Quickstart Guide Fixes: #2850 --- docs/content/quickstart/quick-start.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/content/quickstart/quick-start.mdx b/docs/content/quickstart/quick-start.mdx index 2d42b23c2c74b..527640f7e1e90 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,7 +16,9 @@ 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