fix repository URL in installation instructions

Changed git clone URL from placeholder to actual repository:
https://git.unixweb.net/unixweb/safedocsportal.git

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-27 17:42:44 +01:00
parent 0775eaa7a3
commit 6fcb9fe34e

View File

@@ -66,7 +66,7 @@ Alle Komponenten laufen in isolierten Docker-Containern mit Health-Checks.
### Schritt 1: Repository klonen ### Schritt 1: Repository klonen
```bash ```bash
git clone https://github.com/IHR-USERNAME/safedocsportal.git git clone https://git.unixweb.net/unixweb/safedocsportal.git
cd safedocsportal cd safedocsportal
``` ```