Skip to content

Commit 970827a

Browse files
authored
Update cli.md
1 parent ff496dc commit 970827a

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
@@ -39,10 +39,10 @@ Follow the steps below to create a new Strapi project, being sure to use the app
3939
<TabItem value="npm" label="NPM">
4040

4141
```bash
42-
npx create-strapi-app@4.25.19 my-project
42+
npx create-strapi-app@4 my-project
4343
# 'npx' runs a command from an npm package
4444
# 'create-strapi-app' is the Strapi package
45-
# '@4.25.19' indicates which version of Strapi to install
45+
# '@4' asks to install the latest v4.x.x version of Strapi
4646
# 'my-project' is the name of your Strapi project
4747
```
4848
:::tip

0 commit comments

Comments
 (0)