Skip to content

Commit

Permalink
docs: add instructions to clone repo (#1561)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Jul 8, 2024
1 parent 0aeeb0d commit 7e68e86
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 @@ -83,7 +83,11 @@ If you have Node.js' experimental [Corepack](https://nodejs.org/dist/latest/docs

### Installation

To clone the repo to your local system and install dependencies, execute the following commands:

```shell
git clone https://github.com/cypress-io/cypress-realworld-app
cd cypress-realworld-app
yarn
```

Expand Down

0 comments on commit 7e68e86

Please sign in to comment.