docs: Fix username case and add link to winctl guide

- Changed USERNAME example from Docker to docker (lowercase)
- Added link to WINCTL_GUIDE.md for complete documentation

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Michel Abboud 2026-01-29 00:11:01 +00:00
parent 68e1cce002
commit 831531eeb4

View File

@ -133,11 +133,13 @@ Edit these files to customize:
RAM_SIZE=8G RAM_SIZE=8G
CPU_CORES=4 CPU_CORES=4
DISK_SIZE=128G DISK_SIZE=128G
USERNAME=Docker USERNAME=docker
PASSWORD=admin PASSWORD=admin
LANGUAGE=en LANGUAGE=en
``` ```
> 📖 See [WINCTL_GUIDE.md](WINCTL_GUIDE.md) for complete documentation, usage scenarios, and troubleshooting.
### Folder Structure ### Folder Structure
``` ```