diff --git a/src/content/docs/pages/get-started/c3.mdx b/src/content/docs/pages/get-started/c3.mdx index c004764019398a6..5b717f5be54032d 100644 --- a/src/content/docs/pages/get-started/c3.mdx +++ b/src/content/docs/pages/get-started/c3.mdx @@ -18,7 +18,7 @@ Cloudflare provides a CLI command for creating new Workers and Pages projects Open a terminal window and run: - + Running this command will prompt you to install the [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) package, and then ask you questions about the type of application you wish to create. diff --git a/src/content/partials/workers/c3-run-command-pages-no-directory.mdx b/src/content/partials/workers/c3-run-command-pages-no-directory.mdx new file mode 100644 index 000000000000000..57bb6d679a7e1dd --- /dev/null +++ b/src/content/partials/workers/c3-run-command-pages-no-directory.mdx @@ -0,0 +1,21 @@ +--- +{} +--- + +import { TabItem, Tabs } from "~/components"; + + + +```sh +npm create cloudflare@latest -- --category web-framework +``` + + + + + +```sh +yarn create cloudflare@latest -- --category web-framework +``` + +