Skip to content

Commit 15910f9

Browse files
authored
docs: update the install section of all plugin's readme (#4948)
1 parent c7846dc commit 15910f9

File tree

8 files changed

+15
-21
lines changed

8 files changed

+15
-21
lines changed

.yarn/versions/95c5c99a.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
declined:
2+
- "@yarnpkg/plugin-constraints"
3+
- "@yarnpkg/plugin-exec"
4+
- "@yarnpkg/plugin-interactive-tools"
5+
- "@yarnpkg/plugin-stage"
6+
- "@yarnpkg/plugin-typescript"
7+
- "@yarnpkg/plugin-version"
8+
- "@yarnpkg/plugin-workspace-tools"

packages/plugin-constraints/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ This plugin adds support for [constraints](https://yarnpkg.com/features/constrai
44

55
## Install
66

7-
```
8-
yarn plugin import constraints
9-
```
7+
This plugin is included by default starting from Yarn 4.

packages/plugin-exec/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ This plugin will add support to Yarn for the `exec:` protocol. This protocol is
88

99
## Install
1010

11-
```
12-
yarn plugin import exec
13-
```
11+
This plugin is included by default starting from Yarn 4.
1412

1513
## Usage
1614

packages/plugin-interactive-tools/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ This plugin adds support for various interactive commands.
44

55
## Install
66

7-
```
8-
yarn plugin import interactive-tools
9-
```
7+
This plugin is included by default starting from Yarn 4.
108

119
## Commands
1210

packages/plugin-stage/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ This plugin adds support for the [`yarn stage`](https://yarnpkg.com/cli/stage) c
44

55
## Install
66

7-
```
8-
yarn plugin import stage
9-
```
7+
This plugin is included by default starting from Yarn 4.

packages/plugin-typescript/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77

88
## Install
99

10-
```bash
11-
yarn plugin import typescript
12-
```
10+
This plugin is included by default starting from Yarn 4.
1311

1412
## Example
1513

packages/plugin-version/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ This plugin adds support for the new [release workflow](https://yarnpkg.com/feat
44

55
## Install
66

7-
```
8-
yarn plugin import version
9-
```
7+
This plugin is included by default starting from Yarn 4.

packages/plugin-workspace-tools/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ This plugin adds support for various workspace-related commands.
44

55
## Install
66

7-
```
8-
yarn plugin import workspace-tools
9-
```
7+
This plugin is included by default starting from Yarn 4.
108

119
## Commands
1210

0 commit comments

Comments
 (0)