Skip to content

Commit 031e07b

Browse files
committed
Add link to TypeScript development docs to CLI installation docs
1 parent 0d0c8da commit 031e07b

File tree

1 file changed

+1
-1
lines changed
  • docs/developer-docs/latest/setup-deployment-guides/installation

1 file changed

+1
-1
lines changed

Diff for: docs/developer-docs/latest/setup-deployment-guides/installation/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following installation guide covers the most basic installation option using
3131

3232
- Using the `--quickstart` flag at the end of the command to directly create the project in quickstart mode.
3333
- 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).
3535
- Using the `--no-run` flag will prevent Strapi from automatically starting the server (useful in combination with `--quickstart`)
3636

3737
For more information on available flags, see our [CLI documentation](/developer-docs/latest/developer-resources/cli/CLI.md).

0 commit comments

Comments
 (0)