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
Change to plain vanilla git
fixes #84
  • Loading branch information
hexmode committed Aug 8, 2025
commit 1a802d9eb8ef4d360e08ab17c1962f8b79809a57
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 git@github.com:alexjustesen/speedtest-tracker \
&& cd speedtest-tracker
```

Expand Down