From 317a2fb66e11b1b68ebe41455493ec7b4746aafc Mon Sep 17 00:00:00 2001 From: Maddox Date: Tue, 3 Feb 2026 15:16:18 -0500 Subject: [PATCH] Update clone URL to HTTPS for public access 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 6b16825..5ddcc19 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A lightweight, real-time infrastructure monitoring dashboard for Docker-based ho 1. **Clone the repo** ```bash - git clone ssh://git@your-server:2222/your-user/infra-dashboard.git + git clone https://git.3ddbrewery.com/maddox/infra-dashboard.git cd infra-dashboard ```