From 157ca3e80cdf5b9f7544d2cd45da1d97f104ef3b Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 14 Mar 2025 13:58:51 +0100 Subject: [PATCH] docs: Product key (#279) --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 63b9c16..aa7d541 100644 --- a/readme.md +++ b/readme.md @@ -207,11 +207,11 @@ The example folder `./example` will be available as ` \\host.lan\Data`. ### How do I set the product key? - By default, an evaluation version of Windows will be installed, but if you have product key you can add a `KEY` variable like this (before installation): + By default, an evaluation version of Windows will be installed, but if you have a product key you can add a `KEY` variable like this (before installation): ```yaml environment: - KEY: "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX" + KEY: "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx" ``` ### How do I install a custom image?