Update installation instructions with correct repository URL

This commit is contained in:
infosave2007
2025-11-07 13:58:27 +03:00
parent 5d039484a1
commit f538fb65f1
+1 -1
View File
@@ -20,7 +20,7 @@ Web-based management panel for Amnezia AWG (WireGuard) VPN servers.
## Installation ## Installation
```bash ```bash
git clone <repository-url> git clone https://github.com/infosave2007/amneziavpnphp.git
cd amnezia-web-panel cd amnezia-web-panel
cp .env.example .env cp .env.example .env
docker compose up -d docker compose up -d