Skip to content

Commit

Permalink
docs: Update installation guide with just a single install command
Browse files Browse the repository at this point in the history
Makes things simpler
  • Loading branch information
michaelbromley committed Sep 22, 2023
1 parent 6561bb7 commit be37cac
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions docs/docs/guides/getting-started/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,34 +18,10 @@ The recommended way to get started with Vendure is by using the [@vendure/create

### 1. Run the command

<Tabs>
<TabItem value="npx" label="npx" default>

```
npx @vendure/create my-shop
```

</TabItem>
<TabItem value="npm init" label="npm init">

```
npm init @vendure my-shop
```

</TabItem>
<TabItem value="yarn create" label="yarn create">

```
yarn create @vendure my-shop
```

</TabItem>
</Tabs>

:::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.
Expand Down

0 comments on commit be37cac

Please sign in to comment.