Skip to content

Commit e547c65

Browse files
authored
docs: added a note linking to create-medusa-app reference (#12950)
* docs: added a note linking to create-medusa-app reference * Update page.mdx
1 parent 639c6af commit e547c65

File tree

1 file changed

+6
-0
lines changed
  • www/apps/book/app/learn/installation

1 file changed

+6
-0
lines changed

www/apps/book/app/learn/installation/page.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ npx create-medusa-app@latest my-medusa-store
3535

3636
Where `my-medusa-store` is the name of the project's directory and PostgreSQL database created for the project. When you run the command, you'll be asked whether you want to install the Next.js Starter Storefront.
3737

38+
<Note>
39+
40+
To customize the default installation behavior, such as specify a database URL, refer to the [create-medusa-app reference](!resources!/create-medusa-app).
41+
42+
</Note>
43+
3844
After answering the prompts, the command installs the Medusa application in a directory with your project name, and sets up a PostgreSQL database that the application connects to.
3945

4046
If you chose to install the storefront with the Medusa application, the storefront is installed in a separate directory named `{project-name}-storefront`.

0 commit comments

Comments
 (0)