We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ec8c3 commit 0b47d5cCopy full SHA for 0b47d5c
docusaurus/docs/dev-docs/installation/cli.md
@@ -35,10 +35,10 @@ Follow the steps below to create a new Strapi project, being sure to use the app
35
1. In a terminal, run the following command:
36
37
```bash
38
- npx create-strapi-app@4 my-project
+ npx create-strapi-app@legacy my-project
39
# 'npx' runs a command from an npm package
40
# 'create-strapi-app' is the Strapi package
41
- # '@4' asks to install the latest v4.x.x version of Strapi
+ # '@legacy' asks to install the latest v4.x.x version of Strapi
42
# 'my-project' is the name of your Strapi project
43
```
44
:::tip
0 commit comments