diff --git a/docs/pages/docs/getting-started.mdx b/docs/pages/docs/getting-started.mdx index a3f4c8cd00661..5e219760a8d87 100644 --- a/docs/pages/docs/getting-started.mdx +++ b/docs/pages/docs/getting-started.mdx @@ -39,7 +39,7 @@ Add `turbo` as a development dependency in the root of your project. ### Yarn ```bash -yarn add turbo -W --dev +yarn add turbo -DW ``` ### NPM @@ -51,7 +51,7 @@ npm install turbo -D ### PNPM ```bash -pnpm add turbo -w -D +pnpm add turbo -DW ``` The `turbo` package is a little shell that will install the proper `@turborepo/*` packages.