Skip to content

Commit 157ca3e

Browse files
authored
docs: Product key (#279)
1 parent b37137a commit 157ca3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,11 @@ The example folder `./example` will be available as ` \\host.lan\Data`.
207207

208208
### How do I set the product key?
209209

210-
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):
210+
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):
211211

212212
```yaml
213213
environment:
214-
KEY: "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
214+
KEY: "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"
215215
```
216216

217217
### How do I install a custom image?

0 commit comments

Comments
 (0)