From c96d998a73e5050cac3aec46b40790a416512e38 Mon Sep 17 00:00:00 2001 From: Edgar Pogosyan Date: Tue, 16 Jan 2024 23:31:21 +0300 Subject: [PATCH] docs: fix npm install command Changed `npm add -D vitepress` to `npm install -D vitepress`. --- 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 a2541bd4..21d2bcd7 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -18,7 +18,7 @@ VitePress can be used on its own, or be installed into an existing project. In b ::: code-group ```sh [npm] -$ npm add -D vitepress +$ npm install -D vitepress ``` ```sh [pnpm]