Skip to content

Commit

Permalink
Update Readme.md (cypress-io#7089)
Browse files Browse the repository at this point in the history
Added yarn support for cypress installation.
  • Loading branch information
Ishaan28malik authored Apr 21, 2020
1 parent 166aab4 commit c2830a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ Install Cypress for Mac, Linux, or Windows, then [get started](https://docs.cypr
```bash
npm install cypress --save-dev
```
or
```bash
yarn add cypress --dev
```

![installing-cli e1693232](https://user-images.githubusercontent.com/1271364/31740846-7bf607f0-b420-11e7-855f-41c996040d31.gif)

Expand Down

0 comments on commit c2830a9

Please sign in to comment.