diff --git a/apps/web/content/getting-started/introduction.mdx b/apps/web/content/getting-started/introduction.mdx index 7e77cb1..a789add 100644 --- a/apps/web/content/getting-started/introduction.mdx +++ b/apps/web/content/getting-started/introduction.mdx @@ -29,7 +29,7 @@ Most help center tools are either closed-source hosted SaaS or generic wikis tha Run the scaffolder to create a new help center project with sample content: ```bash - npx create-helpbase my-docs + pnpm dlx create-helpbase my-docs cd my-docs ```