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 <shahednasser@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user