From b36240737056dfd73faa0366cdb106dbd70e4612 Mon Sep 17 00:00:00 2001 From: Maddox Date: Sun, 1 Feb 2026 17:05:35 -0500 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c88865..6003f32 100644 --- a/README.md +++ b/README.md @@ -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 ```