Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ To get started with Code Racer locally, follow these steps

1. Make sure you have installed Docker locally (See above Prerequisites)

2. Fork the repository as your own repo
2. Fork the repository as your own repo (so that you can make changes)

3. Clone forked repo to your local machine
3. Clone forked repo to your local machine (By going on to the button Code)

```sh
git clone https://github.com/<YOUR_GITHUB_ACCOUNT_NAME>/code-racer.git
Expand Down