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: docs/developer-docs/latest/setup-deployment-guides/installation/cli.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The following installation guide covers the most basic installation option using
31
31
32
32
- Using the `--quickstart` flag at the end of the command to directly create the project in quickstart mode.
33
33
- Using the `--template` flag at the end of the command to create a project with pre-made Strapi configurations (see [Templates](templates.md)).
34
-
- Using the `--typescript` flag (or the shorter version `--ts`) at the end of the command to create a project in TypeScript.
34
+
- Using the `--typescript` flag (or the shorter version `--ts`) at the end of the command to create a project in [TypeScript](/developer-docs/latest/development/typescript.md).
35
35
- Using the `--no-run` flag will prevent Strapi from automatically starting the server (useful in combination with `--quickstart`)
36
36
37
37
For more information on available flags, see our [CLI documentation](/developer-docs/latest/developer-resources/cli/CLI.md).
0 commit comments