Skip to content

Commit 7e68e86

Browse files
authored
docs: add instructions to clone repo (#1561)
1 parent 0aeeb0d commit 7e68e86

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
@@ -83,7 +83,11 @@ If you have Node.js' experimental [Corepack](https://nodejs.org/dist/latest/docs
8383

8484
### Installation
8585

86+
To clone the repo to your local system and install dependencies, execute the following commands:
87+
8688
```shell
89+
git clone https://github.com/cypress-io/cypress-realworld-app
90+
cd cypress-realworld-app
8791
yarn
8892
```
8993

0 commit comments

Comments
 (0)