fix(docs): correct directory name in installation instructions

This commit is contained in:
infosave2007
2025-11-07 22:47:48 +03:00
parent abcad2cfe1
commit ede8d610f7
+1 -1
View File
@@ -21,7 +21,7 @@ Web-based management panel for Amnezia AWG (WireGuard) VPN servers.
```bash ```bash
git clone https://github.com/infosave2007/amneziavpnphp.git git clone https://github.com/infosave2007/amneziavpnphp.git
cd amnezia-web-panel cd amneziavpnphp
cp .env.example .env cp .env.example .env
docker compose up -d docker compose up -d
``` ```