From b180a9e809f886d7282eca2ac4f7441acdfe2df7 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Sat, 22 Jul 2023 22:25:21 +0530 Subject: [PATCH] docs: update pnpm install command to match new behavior x-ref: #2670, https://github.com/pnpm/pnpm/issues/6463 --- docs/guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 5bea2b76..d1714f28 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -22,7 +22,7 @@ $ npm install -D vitepress ``` ```sh [pnpm] -$ pnpm add -D vitepress +$ pnpm add -D vitepress@latest ``` ```sh [yarn]