You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/cms/installation/cli.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,10 @@ Follow the steps below to create a new Strapi project, being sure to use the app
45
45
*`npx` runs a command from a npm package
46
46
*`create-strapi` is the Strapi package
47
47
*`@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
+
:::
50
52
51
53
Instead of npx, the traditional npm command can be used too, with `npm create strapi@latest`.
0 commit comments