Преглед изворни кода

docs: Update installation guide with just a single install command

Makes things simpler
Michael Bromley пре 2 година
родитељ
комит
be37cacbc5
1 измењених фајлова са 0 додато и 24 уклоњено
  1. 0 24
      docs/docs/guides/getting-started/installation/index.md

+ 0 - 24
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
 
-<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.