diff --git a/README.md b/README.md index 371257991c8a..0242c42c770e 100644 --- a/README.md +++ b/README.md @@ -51,14 +51,17 @@ Install Cypress for Mac, Linux, or Windows, then [get started](https://on.cypress.io/install). ```bash +npm init -y npm install cypress --save-dev ``` or ```bash +yarn init -y yarn add cypress --dev ``` or ```bash +pnpm init -y pnpm add cypress --save-dev ```