Skip to content

Commit cdec937

Browse files
authored
readme: add npx command
1 parent 589c6f5 commit cdec937

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,13 @@ Medusa is an open-source headless commerce engine that enables developers to cre
2828
</a>
2929
</p>
3030

31-
> **Prerequisites**: To use the starter you should have a Medusa server running locally on port 9000. Check out [medusa-starter-default](https://github.com/medusajs/medusa-starter-default) for a quick setup.
31+
### Prerequisites
32+
To use the starter you should have a Medusa server running locally on port 9000.
33+
For a quick setup, run:
34+
```shell
35+
npx create-medusa-app@latest
36+
```
37+
Check out [create-medusa-app docs](https://docs.medusajs.com/create-medusa-app) for more details and troubleshooting.
3238

3339
# Overview
3440

0 commit comments

Comments
 (0)