@@ -34,10 +34,6 @@ Follow the steps below to create a new Strapi project, being sure to use the app
3434
35351 . In a terminal, run the following command:
3636
37- <Tabs groupId =" yarn-npm " >
38-
39- <TabItem value =" npm " label =" NPM " >
40-
4137 ``` bash
4238 npx create-strapi-app@4 my-project
4339 # 'npx' runs a command from an npm package
@@ -48,30 +44,15 @@ Follow the steps below to create a new Strapi project, being sure to use the app
4844 :::tip
4945 Please refer to the [releases notes on GitHub](https://github.com/strapi/strapi/releases) to find the latest 4.x.x version number.
5046 :::
51-
52- < /TabItem>
53-
54- < TabItem value=" yarn" label=" Yarn" >
55-
56- ` ` ` bash
57- yarn create strapi-app my-project
58- # 'yarn create' creates a new project
59- # 'strapi-app' is the Strapi package
60- # 'my-project' is the name of your Strapi project
61- ` ` `
62-
63- < /TabItem>
64-
65- < /Tabs>
6647
67- 1 . Choose an installation type:
48+ 2 . Choose an installation type:
6849
6950 - ` Quickstart (recommended)` , which uses the default database (SQLite)
7051 - ` Custom (manual settings)` , which allows to choose your preferred database
7152
72- 2 . (Custom installation type only) Among the list of databases, choose a database for your Strapi project.
53+ 3 . (Custom installation type only) Among the list of databases, choose a database for your Strapi project.
7354
74- 3 . (Custom installation type only) Name your project' s database.
55+ 4 . (Custom installation type only) Name your project' s database.
7556
7657### CLI installation options
7758
0 commit comments