diff --git a/docs/docs/guides/getting-started/installation/index.md b/docs/docs/guides/getting-started/installation/index.md index b1b26d97d2..84fff9f498 100644 --- a/docs/docs/guides/getting-started/installation/index.md +++ b/docs/docs/guides/getting-started/installation/index.md @@ -18,34 +18,10 @@ The recommended way to get started with Vendure is by using the [@vendure/create ### 1. Run the command - - - ``` npx @vendure/create my-shop ``` - - - -``` -npm init @vendure my-shop -``` - - - - -``` -yarn create @vendure my-shop -``` - - - - -:::note -By default, the `@vendure/create` tool will use [Yarn](https://yarnpkg.com/) to manage your dependencies if you have it installed. If you want to force it to use npm, use the `--use-npm` flag. -::: - ### 2. Select a database Vendure supports a number of different databases. The `@vendure/create` tool will prompt you to select one.