Skip to content

Commit 1188951

Browse files
committed
docs: update installation command for yarn pnp
closes #3919
1 parent 49dbfb4 commit 1188951

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

docs/guide/getting-started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ $ pnpm add -D vitepress
2929
$ yarn add -D vitepress
3030
```
3131

32+
```sh [yarn (pnp)]
33+
$ yarn add -D vitepress vue
34+
```
35+
3236
```sh [bun]
3337
$ bun add -D vitepress
3438
```

docs/pt/guide/getting-started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ $ pnpm add -D vitepress
2929
$ yarn add -D vitepress
3030
```
3131

32+
```sh [yarn (pnp)]
33+
$ yarn add -D vitepress vue
34+
```
35+
3236
```sh [bun]
3337
$ bun add -D vitepress
3438
```

docs/ru/guide/getting-started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ $ pnpm add -D vitepress
2929
$ yarn add -D vitepress
3030
```
3131

32+
```sh [yarn (pnp)]
33+
$ yarn add -D vitepress vue
34+
```
35+
3236
```sh [bun]
3337
$ bun add -D vitepress
3438
```

docs/zh/guide/getting-started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ $ pnpm add -D vitepress
2929
$ yarn add -D vitepress
3030
```
3131

32+
```sh [yarn (pnp)]
33+
$ yarn add -D vitepress vue
34+
```
35+
3236
```sh [bun]
3337
$ bun add -D vitepress
3438
```

0 commit comments

Comments
 (0)