docs: fix npm install command

Changed `npm add -D vitepress` to `npm install -D vitepress`.
pull/3462/head
Edgar Pogosyan 2 years ago committed by GitHub
parent 9878e56d37
commit c96d998a73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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]

Loading…
Cancel
Save