Skip to content

Commit b23db8d

Browse files
Add tip about older "npx create-strapi-app@latest" installation command (#2795)
* Add tip about older installation command * Remove useless br after new tip
1 parent 05b5799 commit b23db8d

File tree

1 file changed

+4
-2
lines changed
  • docusaurus/docs/cms/installation

1 file changed

+4
-2
lines changed

docusaurus/docs/cms/installation/cli.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ Follow the steps below to create a new Strapi project, being sure to use the app
4545
* `npx` runs a command from a npm package
4646
* `create-strapi` is the Strapi package
4747
* `@latest` indicates that the latest version of Strapi is used
48-
49-
<br/>
48+
49+
:::tip
50+
The older `npx create-strapi-app@latest` command still works and will provide the exact same experience as the newer `npx create-strapi@latest` command.
51+
:::
5052

5153
Instead of npx, the traditional npm command can be used too, with `npm create strapi@latest`.
5254

0 commit comments

Comments
 (0)