Update clone URL to use HTTPS instead of SSH
SSH is not publicly accessible, so use HTTPS for cloning. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
325ddfe012
commit
b362407370
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ A portable Docker container for managing [matrix-docker-ansible-deploy](https://
|
|||
### 1. Clone this repository
|
||||
|
||||
```bash
|
||||
git clone ssh://git@git.3ddbrewery.com:2222/maddox/matrix-ansible-controller.git
|
||||
git clone https://git.3ddbrewery.com/maddox/matrix-ansible-controller.git
|
||||
cd matrix-ansible-controller
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue