Skip to content

Commit 0ec3831

Browse files
authored
Merge pull request alexjustesen#85 from hexmode/gh-pref
Change to plain vanilla git
2 parents 448b312 + 1a802d9 commit 0ec3831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/development-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ These directions assume you have a working knowledge of the Laravel framework. I
2020

2121
#### 1. Clone the repository
2222

23-
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.
23+
First let's clone the [repository](https://github.com/alexjustesen/speedtest-tracker) to your machine.
2424

2525
```bash
26-
gh repo clone alexjustesen/speedtest-tracker \
26+
git clone [email protected]:alexjustesen/speedtest-tracker \
2727
&& cd speedtest-tracker
2828
```
2929

0 commit comments

Comments
 (0)