From 9f8af28d05dbba512ffacaad347e7bd52f4b72e6 Mon Sep 17 00:00:00 2001 From: josef Date: Tue, 25 Jan 2022 16:03:07 -0600 Subject: [PATCH] docs: consolidate install commands --- docs/pages/docs/getting-started.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.