Skip to content
Merged
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/development-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ These directions assume you have a working knowledge of the Laravel framework. I

#### 1. Clone the repository

First let's clone the [repository](https://github.com/alexjustesen/speedtest-tracker) to your machine, I prefer [GitHub's CLI](https://cli.github.com/) so that command is included below.
First let's clone the [repository](https://github.com/alexjustesen/speedtest-tracker) to your machine.

```bash
gh repo clone alexjustesen/speedtest-tracker \
git clone [email protected]:alexjustesen/speedtest-tracker \
&& cd speedtest-tracker
```

Expand Down