Skip to content

Commit

Permalink
docs: update installation command for yarn pnp
Browse files Browse the repository at this point in the history
closes #3919
  • Loading branch information
brc-dd committed May 26, 2024
1 parent 49dbfb4 commit 1188951
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ $ pnpm add -D vitepress
$ yarn add -D vitepress
```

```sh [yarn (pnp)]
$ yarn add -D vitepress vue
```

```sh [bun]
$ bun add -D vitepress
```
Expand Down
4 changes: 4 additions & 0 deletions docs/pt/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ $ pnpm add -D vitepress
$ yarn add -D vitepress
```

```sh [yarn (pnp)]
$ yarn add -D vitepress vue
```

```sh [bun]
$ bun add -D vitepress
```
Expand Down
4 changes: 4 additions & 0 deletions docs/ru/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ $ pnpm add -D vitepress
$ yarn add -D vitepress
```

```sh [yarn (pnp)]
$ yarn add -D vitepress vue
```

```sh [bun]
$ bun add -D vitepress
```
Expand Down
4 changes: 4 additions & 0 deletions docs/zh/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ $ pnpm add -D vitepress
$ yarn add -D vitepress
```

```sh [yarn (pnp)]
$ yarn add -D vitepress vue
```

```sh [bun]
$ bun add -D vitepress
```
Expand Down

0 comments on commit 1188951

Please sign in to comment.