From 2068e31d2743c9d06f9fcd8136ad4d47abb38f6e Mon Sep 17 00:00:00 2001 From: Steffen Skui Date: Tue, 21 Jul 2026 21:39:29 +0200 Subject: [PATCH] README: real clone URLs for GitHub and Gitea --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22d8938..7c4662c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ elevation, pace: You need Docker (Docker Desktop on Windows/Mac, or Docker Engine on Linux). ``` -git clone ahdx +git clone https://github.com/Hawolex/AHDX.git ahdx +# or from Gitea: git clone https://git.skui.io/steffen/AHDX.git ahdx cd ahdx docker compose up -d --build ```