We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aeeb0d commit 7e68e86Copy full SHA for 7e68e86
README.md
@@ -83,7 +83,11 @@ If you have Node.js' experimental [Corepack](https://nodejs.org/dist/latest/docs
83
84
### Installation
85
86
+To clone the repo to your local system and install dependencies, execute the following commands:
87
+
88
```shell
89
+git clone https://github.com/cypress-io/cypress-realworld-app
90
+cd cypress-realworld-app
91
yarn
92
```
93
0 commit comments