Skip to content

Commit 0b47d5c

Browse files
authored
Update cli.md
1 parent 34ec8c3 commit 0b47d5c

File tree

1 file changed

+2
-2
lines changed
  • docusaurus/docs/dev-docs/installation

1 file changed

+2
-2
lines changed

docusaurus/docs/dev-docs/installation/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ Follow the steps below to create a new Strapi project, being sure to use the app
3535
1. In a terminal, run the following command:
3636

3737
```bash
38-
npx create-strapi-app@4 my-project
38+
npx create-strapi-app@legacy my-project
3939
# 'npx' runs a command from an npm package
4040
# 'create-strapi-app' is the Strapi package
41-
# '@4' asks to install the latest v4.x.x version of Strapi
41+
# '@legacy' asks to install the latest v4.x.x version of Strapi
4242
# 'my-project' is the name of your Strapi project
4343
```
4444
:::tip

0 commit comments

Comments
 (0)