Skip to content

Commit 09f899d

Browse files
Updated Readme.md
Adding the yarn installation support.
1 parent f957bfb commit 09f899d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Note: If you installed ESLint globally then you must also install `eslint-plugin
99
```sh
1010
npm install eslint-plugin-cypress --save-dev
1111
```
12+
or
13+
```sh
14+
yarn add eslint-plugin-cypress --save-dev
15+
```
1216

1317
## Usage
1418

0 commit comments

Comments
 (0)