Skip to content

Commit 525e621

Browse files
authored
Use HTTPS url for cloning
1 parent f2ebd53 commit 525e621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v3.x/installation.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you are looking to migrate from Cachet v2.x, please refer to the [migration g
2424
<Step title="Step 1">
2525
Clone the Cachet repository:
2626
```bash
27-
git clone -b 3.x git@github.com:cachethq/cachet.git
27+
git clone -b 3.x https://github.com/cachethq/cachet.git
2828
cd cachet
2929
```
3030
</Step>
@@ -90,4 +90,4 @@ If you are looking to migrate from Cachet v2.x, please refer to the [migration g
9090
* * * * * php /path/to/cachet/artisan schedule:run >> /dev/null 2>&1
9191
```
9292
</Step>
93-
</Steps>
93+
</Steps>

0 commit comments

Comments
 (0)