README: real clone URLs for GitHub and Gitea

This commit is contained in:
Steffen Skui
2026-07-21 21:39:29 +02:00
parent 149a45803e
commit 2068e31d27
+2 -1
View File
@@ -27,7 +27,8 @@ elevation, pace:
You need Docker (Docker Desktop on Windows/Mac, or Docker Engine on Linux).
```
git clone <your-repo-url> 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
```