From a05855ddfe2088bb92790df2ddd8b82e29ce693a Mon Sep 17 00:00:00 2001 From: Simone Date: Sat, 9 May 2026 00:08:17 +0200 Subject: [PATCH] docs: restore README tree after root duplicate removal --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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/