Skip to content

Commit 8042926

Browse files
authored
Merge branch 'develop' into fix/do-rm-shipping-tax-lines
2 parents 8af98ee + e547c65 commit 8042926

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • www/apps/book/app/learn/installation

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)