diff --git a/README.md b/README.md index ecf7465..814bbc4 100644 --- a/README.md +++ b/README.md @@ -69,11 +69,9 @@ Ogni build gira in una VM Windows Server 2025 **usa e getta**, ripristinata dall │ ├── Get-BuildArtifacts.ps1 # Copia artifacts dall'host │ └── Remove-BuildVM.ps1 # Stop + rimozione VM clone │ -├── Setup-TemplateVM.ps1 # Installazione toolchain nella VM (copia conveniente) -│ ├── template/ │ ├── Prepare-TemplateSetup.ps1 # Provisioning automatico template VM (HOST-side) -│ └── Setup-TemplateVM.ps1 # Installazione toolchain nella VM (guest-side) +│ └── Setup-TemplateVM.ps1 # Installazione toolchain nella VM (GUEST-side) │ ├── gitea/ │ ├── workflows/