Skip to content

Commit

Permalink
docs: Added git as in the prerequisites section of the Quickstart Guide
Browse files Browse the repository at this point in the history
Fixes: #2850
  • Loading branch information
akarsh-jain-790 committed Dec 27, 2022
1 parent d93d337 commit 66fa05f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/content/quickstart/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 66fa05f

Please sign in to comment.